mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
chore: don't call next on async middleware
you're not supposed to do that, lmao
This commit is contained in:
parent
1727499bb1
commit
eb4057d10c
@ -109,8 +109,6 @@ class ServeStatic {
|
||||
logger.log(`ServeStatic.middleware(): ${this.directory}, ${req.path}`)
|
||||
|
||||
// TODO
|
||||
|
||||
return next()
|
||||
}
|
||||
|
||||
get middleware () {
|
||||
|
Loading…
Reference in New Issue
Block a user