mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/session: update session fetch error code
This commit is contained in:
@ -54,7 +54,7 @@ export const getSession = async () => {
|
||||
if (!newSession) return {
|
||||
status: "error",
|
||||
error: {
|
||||
code: "error.api.generic"
|
||||
code: "error.api.unreachable"
|
||||
}
|
||||
} as CobaltErrorResponse
|
||||
|
||||
|
Reference in New Issue
Block a user