Skip to content

Commit

Permalink
Merge pull request #54 from bcgov/fix/field-name
Browse files Browse the repository at this point in the history
id
  • Loading branch information
hannah-macdonald1 authored Dec 18, 2024
2 parents 03d64c1 + 4c1d977 commit 3efd738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default () => ({
case: {
endpoint: encodeURI((process.env.CASE_ENDPOINT ?? ' ').trim()),
workspace: process.env.CASE_WORKSPACE ?? undefined,
idirField: 'Assigned To',
idirField: 'Assigned To Id',
},
incident: {
endpoint: encodeURI((process.env.INCIDENT_ENDPOINT ?? ' ').trim()),
Expand Down

0 comments on commit 3efd738

Please sign in to comment.