fix/security: note access control

Co-Authored-By: python4004 <36403473+python4004@users.noreply.github.com>
This commit is contained in:
Timothy Jaeryang Baek
2025-07-08 10:04:13 +04:00
co-authored by python4004
parent c42a6d8029
commit 793648bbd6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -71,7 +71,7 @@
}
},
meta: null,
access_control: null
access_control: {}
}).catch((error) => {
toast.error(`${error}`);
return null;
@@ -198,7 +198,7 @@
}
},
meta: null,
access_control: null
access_control: {}
}).catch((error) => {
toast.error(`${error}`);
return null;