fix: Archive but save set winners as winners

If archiving a lottery, let archive-functionality circumvent SMS-service if the winners have been set on the archive page.
- Also remove unused file
This commit is contained in:
Kasper Rynning-Tønnesen
2021-03-25 20:15:38 +01:00
parent ea10f95a22
commit 59b4366ed5
6 changed files with 55 additions and 47 deletions

View File

@@ -95,3 +95,4 @@ app.use("/subscription", subscriptionApi);
app.use("/", (req, res) => res.sendFile(path.join(__dirname + "/public/dist/index.html")));
server.listen(30030);
console.log("Server listening on :30030")