try to deploy

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-13 21:27:56 +08:00
parent bfc4b9fc67
commit b1805cfe4d
87 changed files with 798 additions and 718 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export function AssetsProvider({ children }) {
try {
return await fn();
} catch (err) {
const message = err?.response?.data?.message ?? "Something went wrong.";
const message = err?.response?.data?.message || err.message || "Something went wrong.";
toast(message);
return null;
} finally {