From 48e871f9f3dcc1cf73c890f81dbd62748821e94f Mon Sep 17 00:00:00 2001 From: klemek Date: Tue, 4 Nov 2025 23:41:00 +0100 Subject: [PATCH] fix: bad seed passed to generator --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index acc5ca1..32ee5fa 100644 --- a/main.js +++ b/main.js @@ -342,7 +342,7 @@ const app = createApp({ this.candidates, mixThreshold, slots, - this.seed + this.config.seed ); this.table.splice(0, this.table.length);