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:
Chuma Mcphoy (We Ahead)
2025-08-21 13:12:56 +00:00
parent 2064732e56
commit 6a0675525d
2 changed files with 14 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ async function linkEmployeeToUser(
case 403:
queryParam = "forbidden"
break
case 500:
queryParam = "internal_server_error"
}
return {
success: false,