Data fixes

This commit is contained in:
WBHarry 2025-07-03 10:37:33 +02:00
parent 502ac1cca5
commit ef2116db49
11 changed files with 183 additions and 136 deletions

View file

@ -21,8 +21,7 @@ export default class RegisterHandlebarsHelpers {
lte: this.lte,
gte: this.gte,
and: this.and,
or: this.or,
getActor: this.getActor
or: this.or
});
}
@ -138,8 +137,4 @@ export default class RegisterHandlebarsHelpers {
console.log(a);
return a;
}
static getActor(actorUuid) {
return fromUuid(actorUuid);
}
}