Lint and cleanup unused code

This commit is contained in:
Oliver 2026-04-26 19:39:44 -06:00
parent de1b976b12
commit 5d951d043b
5 changed files with 6 additions and 7 deletions

View file

@ -47,7 +47,7 @@ export class TAFActor extends Actor {
`modifyTokenAttribute`,
{ attribute, value, isDelta, isBar, isEmbedded: true },
updates,
this
this,
);
return allowed !== false ? await attr.update(updates) : this;