diff --git a/src/artigen/dice/executeRoll.ts b/src/artigen/dice/executeRoll.ts index 220fe6d..77b50b7 100644 --- a/src/artigen/dice/executeRoll.ts +++ b/src/artigen/dice/executeRoll.ts @@ -25,7 +25,7 @@ export const executeRoll = (rollStr: string, modifiers: RollModifiers): RollSet[ const rollConf = getRollConf(rollStr); // Roll the roll - const rollSet = []; + const rollSet: RollSet[] = []; /* Roll will contain objects of the following format: * { * origIdx: 0,