Add link to PR in TODO comment

This commit is contained in:
Johannes Loher 2021-03-13 22:34:59 +01:00
parent 3ea07a2379
commit 2ccaa5da10

View file

@ -1,7 +1,7 @@
import { DS4Check } from "./check";
export default function registerSlayingDiceModifier(): void {
// TODO(types): Adjust types to allow extension of DiceTerm.MODIFIERS
// TODO(types): Adjust types to allow extension of DiceTerm.MODIFIERS (see https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/573)
// eslint-disable-next-line
// @ts-ignore
DicePool.MODIFIERS.x = slay;