Updates
This commit is contained in:
@@ -27,6 +27,6 @@ export default async function dbGrabUserResource<
|
||||
error: result?.error,
|
||||
msg: result?.msg,
|
||||
},
|
||||
count: typeof result?.count == "number" ? result.count : undefined,
|
||||
count: typeof result?.count == "number" ? result.count : null,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user