From 2ce3fbc6525cd8c1ddd060c54f833c5b6a2623c7 Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 20 Oct 2021 09:13:22 +0900 Subject: prettier formatted /api --- api/src/routes/gateway/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/routes/gateway/bot.ts') diff --git a/api/src/routes/gateway/bot.ts b/api/src/routes/gateway/bot.ts index 72313700..f1dbb9df 100644 --- a/api/src/routes/gateway/bot.ts +++ b/api/src/routes/gateway/bot.ts @@ -12,7 +12,7 @@ export interface GatewayBotResponse { remaining: number; reset_after: number; max_concurrency: number; - } + }; } const options: RouteOptions = { -- cgit 1.5.1