From 69768822aebcd158d1ef11280d7a712a16c2a059 Mon Sep 17 00:00:00 2001 From: Timothee Groleau Date: Sun, 6 Oct 2024 18:18:41 +0800 Subject: [PATCH] fix: invoke stackrabbit correctly --- routes/api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index ea7f56ac..3d838332 100644 --- a/routes/api.js +++ b/routes/api.js @@ -30,7 +30,8 @@ function parseStackRabbitRequest(query) { 'currentPiece', 'nextPiece', 'level', - 'lines, reactionTime', + 'lines', + 'reactionTime', 'inputFrameTimeline', ]); }