mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-27 22:20:00 -05:00
Merge branch 'feature/plz-work' of github.com:anultravioletaurora/Jellify into feature/plz-work
This commit is contained in:
@@ -12,7 +12,7 @@ export const useCredentials = useQuery({
|
||||
return await fetchCredentials(serverUrl);
|
||||
} catch(error: any) {
|
||||
console.error("Exception occurred using credentials", error);
|
||||
throw new Error(`Unable to use server credentials: ${error}`)
|
||||
Promise.reject(`Unable to use server credentials: ${error}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user