diff --git a/module/sheets/Items/AspectSheet.mjs b/module/sheets/Items/AspectSheet.mjs index 6eeb4d7..c43a01c 100644 --- a/module/sheets/Items/AspectSheet.mjs +++ b/module/sheets/Items/AspectSheet.mjs @@ -22,7 +22,7 @@ export class AspectSheet extends GenericItemSheet { }; async getData() { - const ctx = {}; + const ctx = await super.getData(); return ctx; }; };