Lint correction

This commit is contained in:
WBHarry 2026-04-24 20:45:39 +02:00
parent 24b871993a
commit 0164728a3f

View file

@ -189,7 +189,6 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
actorModel = doc; actorModel = doc;
key = key.replaceAll(/origin\.@/gi, '@'); key = key.replaceAll(/origin\.@/gi, '@');
} }
} }
} catch (_) {} } catch (_) {}
} }