Skip to content

Commit 531268d

Browse files
committed
fix
1 parent b98481a commit 531268d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app.use("/", auth)
2929

3030
app.get("/data", async (req, res, next) => {
3131
try {
32-
await startProcessing(req, res)
32+
await wol(req, res)
3333
} catch (err) {
3434
next(err)
3535
}

0 commit comments

Comments
 (0)