Skip to content

Commit f2888fc

Browse files
authored
fix: BRACKET!
1 parent 66ed007 commit f2888fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/competitive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ router.post("/updateSetupOrder", async function (req, res) {
580580
res.status(500);
581581
res.send("Error updating setup order.");
582582
}
583+
});
583584

584585
// Update round settings (minimumPoints) for the current season
585586
router.post("/updateRoundSettings", async function (req, res) {

0 commit comments

Comments
 (0)