Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed May 29, 2024
1 parent 897c92e commit cb781ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/animation/turnTokenOnAttack.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @param {*} target Person they are attacking
*/

import { getSetting } from "../misc";
import { getSetting } from "../misc.js";

export function turnTokenOnAttack(token, target) {
if (!token || !target || token === target) return;
Expand Down

0 comments on commit cb781ef

Please sign in to comment.