mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
deno fmt
This commit is contained in:
@@ -11,6 +11,6 @@ export const apiPing = (): Response => {
|
|||||||
status: STATUS_CODE.OK,
|
status: STATUS_CODE.OK,
|
||||||
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
||||||
headers,
|
headers,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user