tab-seperated modals + eslint fix + much more bug fixed and improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default async function (email: string) {
|
||||
export default async function getPublicUserDataByEmail(email: string) {
|
||||
const response = await fetch(`/api/routes/users?email=${email}`);
|
||||
|
||||
const data = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user