From bf6cff8f61de7a179e22b97b802a43ed9bedc842 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Sun, 14 Jul 2024 11:04:02 +0800 Subject: [PATCH] Changes, apparently --- web/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils.ts b/web/src/utils.ts index 7b6b1e7..f44d24c 100644 --- a/web/src/utils.ts +++ b/web/src/utils.ts @@ -27,4 +27,4 @@ async function getAuth(): Promise { } catch(e) { return false } // todo: dont assume we're logged out if death } -export { getAuth, getAuthHeaders } \ No newline at end of file +export { getAuth, getAuthHeaders }