Lint and fix undefined reference error
This commit is contained in:
parent
fe0a21f0ca
commit
a30d68a327
2 changed files with 3 additions and 3 deletions
|
|
@ -157,7 +157,7 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
|
||||||
return extraContext[key] || fullMatch;
|
return extraContext[key] || fullMatch;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
message.updateSource({ flavor, });
|
message.updateSource({ flavor });
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -79,12 +79,12 @@ export class GenericItemData extends foundry.abstract.TypeDataModel {
|
||||||
return extraContext[key] || fullMatch;
|
return extraContext[key] || fullMatch;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
message.updateSource({ flavor, });
|
message.updateSource({ flavor });
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
await macro?.execute({ item });
|
await macro?.execute({ item: this.parent });
|
||||||
};
|
};
|
||||||
// #endregion Methods
|
// #endregion Methods
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue