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, - } + }, ); };