summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.ts b/src/Server.ts

index f59ac7f1..a88214ef 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -28,7 +28,7 @@ export class Server { await Promise.all([db.collection("events").createIndex({ created_at: 1 }, { expireAfterSeconds: 60 })]); } - async listen(): Promise<void> { + async start(): Promise<void> { // @ts-ignore await (db as Promise<Connection>); await this.setupSchema();