use methods from the foundry.utils namespaces instead of their global counterparts
This commit is contained in:
parent
8f7f6af359
commit
1ddabc388c
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ export class DS4Roll<D extends Record<string, unknown> = Record<string, unknown>
|
|||
* @override
|
||||
*/
|
||||
async render(chatOptions: Parameters<Roll["render"]>[0] = {}): Promise<string> {
|
||||
chatOptions = mergeObject(
|
||||
chatOptions = foundry.utils.mergeObject(
|
||||
{
|
||||
user: game.user?.id,
|
||||
flavor: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue