From 4de1115fa942869ca6fb2cdf7587f8e58a5c770f Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Sat, 3 May 2025 19:11:18 -0400 Subject: [PATCH] add type --- src/artigen/dice/executeRoll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,