From d715214c01af3d400accba792699402c470fa1ff Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Mon, 4 Aug 2025 16:01:28 -0400 Subject: [PATCH] deno fmt --- src/endpoints/gets/apiStats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/gets/apiStats.ts b/src/endpoints/gets/apiStats.ts index 23538f0..a492e27 100644 --- a/src/endpoints/gets/apiStats.ts +++ b/src/endpoints/gets/apiStats.ts @@ -39,6 +39,6 @@ export const apiStats = async (): Promise => { status: STATUS_CODE.OK, statusText: STATUS_TEXT[STATUS_CODE.OK], headers, - } + }, ); };