Hooking get users with golang
This commit is contained in:
parent
0c148b328d
commit
b79f3afc2e
@ -48,7 +48,6 @@ export default async function BackOfficeUsersPage({
|
||||
}
|
||||
|
||||
const data = await res.json();
|
||||
console.log("[DEBUG] - DATA", data);
|
||||
// Handle different response structures: could be array directly, or wrapped in data/users property
|
||||
// const users = Array.isArray(data) ? data : data.users || data.data || [];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user