Merged in feat/sw-2232-sas-api-updates (pull request #1786)
SW-2232 Adapt SAS router to API changes * Adapt sas procedures to api changes * Remove debug logs * Capture performLevelUpgrade error * More sentry logging * Merge branch 'master' into feat/sw-2232-sas-api-updates Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -26,7 +26,7 @@ export const unlinkAccount = protectedProcedure
|
||||
},
|
||||
})
|
||||
|
||||
if (apiResponse.status === 204) {
|
||||
if (apiResponse.status === 204 || apiResponse.status === 202) {
|
||||
console.log("[SAS] unlink account success")
|
||||
return { linkingState: "unlinked" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user