Pull the generic data for the aspect sheet (closes #81)

This commit is contained in:
Oliver-Akins 2024-02-22 19:34:16 -07:00
parent bb542b8545
commit 34c7dbed87

View file

@ -22,7 +22,7 @@ export class AspectSheet extends GenericItemSheet {
};
async getData() {
const ctx = {};
const ctx = await super.getData();
return ctx;
};
};