1
0
Fork 0
mirror of synced 2024-08-22 21:41:49 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-05-07 13:55:57 +01:00
parent 4e3bc326b4
commit ac89e5c713
3 changed files with 2 additions and 3 deletions

View file

@ -69,7 +69,6 @@ if (env.isProd()) {
}) })
} }
const server = http.createServer(app.callback()) const server = http.createServer(app.callback())
destroyable(server) destroyable(server)