Skip to content

Commit

Permalink
fix zendesk constants
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnlaugurG committed Sep 27, 2024
1 parent ca10c14 commit 11da3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/auth-api-lib/src/lib/delegations/constants/zendesk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DELEGATION_TAG = 'umsokn_um_umboð_a_mínum_síðum'
export const ZENDESK_CUSTOM_FIELDS = {
DelegationFromReferenceId: 21401464004498,
DelegationToReferenceId: 21401435545234,
DelegationToReferenceId: 21401464004498,
DelegationFromReferenceId: 21401435545234,
}

0 comments on commit 11da3fe

Please sign in to comment.