Skip to content

Commit

Permalink
fix: invoke stackrabbit correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Oct 6, 2024
1 parent 4c41d29 commit 6976882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ function parseStackRabbitRequest(query) {
'currentPiece',
'nextPiece',
'level',
'lines, reactionTime',
'lines',
'reactionTime',
'inputFrameTimeline',
]);
}
Expand Down

0 comments on commit 6976882

Please sign in to comment.