Skip to content

Commit

Permalink
missing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
etiquettestartshere committed May 17, 2024
1 parent 7812730 commit 320d2ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "effectivetray",
"title": "Effective Tray",
"version": "1.1.18",
"version": "1.1.19",
"compatibility": {
"minimum": "11",
"verified": "11"
Expand Down
4 changes: 2 additions & 2 deletions scripts/api.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class API {
t.document.isOwner ? owned = t : toTarget = Array.from(t);
}
else if (targets.at(0) instanceof Token) {
partitionTargets(targets);
[owned, toTarget] = partitionTargets(targets);
}
else {
owned = [];
Expand Down Expand Up @@ -95,7 +95,7 @@ export class API {
/* */
/* below is documentation for the system's */
/* applyDamage() function which this calls, */
/* with the change that all Sets are Arrays */
/* with the change that all Sets are arrays */
/* -------------------------------------------- */

/**
Expand Down

0 comments on commit 320d2ce

Please sign in to comment.