diff --git a/src/stores/user/index.ts b/src/stores/user/index.ts index 63fd4664..9098808a 100644 --- a/src/stores/user/index.ts +++ b/src/stores/user/index.ts @@ -275,10 +275,6 @@ const useUserStore = defineStore('api-user', () => { transactionId?: string; }, ) { -<<<<<<< HEAD - const { profileImage, zipCode, ...payload } = data; - const res = await api.post( -======= const res = await api.get(`/user/${id}/profile-image`, { headers: { 'X-Session-Id': flow?.sessionId, @@ -338,7 +334,7 @@ const useUserStore = defineStore('api-user', () => { }, ) { const { zipCode, ...payload } = data; - const res = await api.post( + const res = await api.post( '/user', { ...payload,