Changes, apparently

This commit is contained in:
Declan Chidlow 2024-07-14 11:04:02 +08:00
parent 530c3ac4ee
commit bf6cff8f61

View file

@ -27,4 +27,4 @@ async function getAuth(): Promise<false|{ user: string, token: string }> {
} catch(e) { return false } // todo: dont assume we're logged out if death } catch(e) { return false } // todo: dont assume we're logged out if death
} }
export { getAuth, getAuthHeaders } export { getAuth, getAuthHeaders }