From 24dd6b4fa1bf155e0d30f8215a9a2ef1b1d9ee1a Mon Sep 17 00:00:00 2001 From: Joep Date: Mon, 11 Sep 2023 22:33:59 +0200 Subject: [PATCH] Resolved git conflict --- frontend/src/api/users.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/api/users.ts b/frontend/src/api/users.ts index bf82f76e..35827f4c 100644 --- a/frontend/src/api/users.ts +++ b/frontend/src/api/users.ts @@ -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({