This commit is contained in:
Timothy Jaeryang Baek
2026-08-17 00:15:36 -07:00
parent 3d630491c6
commit d2af19ae3c
+1 -1
View File
@@ -286,7 +286,7 @@ export const getUserSettings = async (token: string, raw = false) => {
})
.catch((err) => {
console.error(err);
error = err.detail;
error = err?.detail ?? err;
return null;
});