Skip to content

Commit

Permalink
Update caseWorkerUserDataCacheService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpgpmcelroy committed Jul 17, 2024
1 parent dc2d84b commit 9d02d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/workAllocation/caseWorkerUserDataCacheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function getRequestHeaders(): any {
return {
'content-type': 'application/json',
'serviceAuthorization': `Bearer ${initialServiceAuthToken}`,
'authorization': `Bearer ${initialAuthToken}`,
'authorization': `Bearer ${initialAuthToken}`
};
}

Expand Down

0 comments on commit 9d02d74

Please sign in to comment.