This commit is contained in:
Ean Milligan 2025-08-04 16:01:28 -04:00
parent 1eac531b41
commit d715214c01
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ export const apiStats = async (): Promise<Response> => {
status: STATUS_CODE.OK, status: STATUS_CODE.OK,
statusText: STATUS_TEXT[STATUS_CODE.OK], statusText: STATUS_TEXT[STATUS_CODE.OK],
headers, headers,
} },
); );
}; };