Merged in fix/dtmc-debugging (pull request #2683)
Chore: DTMC Logging * chore: DTMC debugging * fix: prune dtmc logging * fix: Add id's from azure in error logging Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -88,6 +88,8 @@ async function linkEmployeeToUser(
|
||||
case 403:
|
||||
queryParam = "forbidden"
|
||||
break
|
||||
case 500:
|
||||
queryParam = "internal_server_error"
|
||||
}
|
||||
return {
|
||||
success: false,
|
||||
|
||||
Reference in New Issue
Block a user