We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98481a commit 531268dCopy full SHA for 531268d
1 file changed
src/app.js
@@ -29,7 +29,7 @@ app.use("/", auth)
29
30
app.get("/data", async (req, res, next) => {
31
try {
32
- await startProcessing(req, res)
+ await wol(req, res)
33
} catch (err) {
34
next(err)
35
}
0 commit comments