Resolved git conflict
This commit is contained in:
parent
101aba86fc
commit
24dd6b4fa1
@ -23,11 +23,7 @@ export async function create(user: IUser) {
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
export async function update(user: User, which = ["all"]) {
|
||||
=======
|
||||
export async function update(user: IUser, which = ["all"]) {
|
||||
>>>>>>> vue3-bak
|
||||
await fetchURL(`/api/users/${user.id}`, {
|
||||
method: "PUT",
|
||||
body: JSON.stringify({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user