From 137f6388f71ddb17a1268dd6dbf3e510c91c5911 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 19 Jun 2022 04:19:25 -0400 Subject: [PATCH] comment updated --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 6cba381..ac74fe6 100644 --- a/src/api.ts +++ b/src/api.ts @@ -16,7 +16,7 @@ import { import { dbClient } from './db.ts'; import endpoints from './endpoints/_index.ts'; -// start(databaseClient) returns nothing +// start() returns nothing // start initializes and runs the entire API for the bot const start = async (): Promise => { const server = Deno.listen({ port: config.api.port });