feat(rfid): front end view of the readers and there status
This commit is contained in:
@@ -32,7 +32,10 @@ export const getAllUsers = async () => {
|
||||
if (error) {
|
||||
returnRes(
|
||||
false,
|
||||
"auth",
|
||||
"auth",
|
||||
"There was an error getting users",
|
||||
"error",
|
||||
new Error("No user exists.")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user