summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-22 21:52:13 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-22 21:52:13 +0100
commitccfa61ca63636c5d5515455eb6e50864f80a101d (patch)
tree34774c11feba280482a7e1e2cb42d98f3eeec5a5 /src/index.ts
parent:sparkles: load .env file (diff)
downloadserver-ccfa61ca63636c5d5515455eb6e50864f80a101d.tar.xz
:art: rename userid -> user_id
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts

index e34ae0d3..2fe360e2 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -1,6 +1,5 @@ process.on("uncaughtException", console.error); process.on("unhandledRejection", console.error); -setTimeout(() => {}, 100000000); import { Server } from "./Server"; import { config } from "dotenv";