Skip to content

Commit

Permalink
Update has.js
Browse files Browse the repository at this point in the history
Correct some exports
  • Loading branch information
Boifuba committed Jan 18, 2023
1 parent f77b85e commit 5d8b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/has.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function has(args) {
export function has(args){
let actors = canvas.tokens.controlled.map((i) => i.actor);
let array = [];
let qtd = [];
Expand Down

0 comments on commit 5d8b595

Please sign in to comment.