aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Cloudburst <us@conep.one>2022-05-23 20:07:21 +0100
committerLeah Cloudburst <us@conep.one>2022-05-23 20:07:21 +0100
commitb35e475a5e5be88c7686e40b0ffb33bff253766c (patch)
tree817c6ca733cfabfe608c2d8b55abbb40cd3c2edb
parented1db56ab2f031cf6e6f51fba0d0e295598968e5 (diff)
downloadvaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.tar.gz
vaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.tar.bz2
vaportrail-statuspoller-b35e475a5e5be88c7686e40b0ffb33bff253766c.zip
Update 'index.ts'
-rw-r--r--index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.ts b/index.ts
index ef67a8e..4424083 100644
--- a/index.ts
+++ b/index.ts
@@ -54,6 +54,6 @@ app.get("/json", async (req, res) => {
});
});
-app.listen(52937).then(() => {
+app.listen(52937, () => {
console.log("listening!");
}); \ No newline at end of file