Skip to content

Commit

Permalink
fix: update midaz id to x-request-id into midaz requests
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-draxx committed Feb 17, 2025
1 parent 8a18e8a commit 23e56c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/infrastructure/utils/http-fetch-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class MidazHttpFetchUtils {
const headers = {
'Content-Type': 'application/json',
Authorization: `Bearer ${access_token}`,
'Midaz-Id': this.midazRequestContext.getMidazId(),
'X-Request-Id': this.midazRequestContext.getMidazId(),
...httpFetchOptions.headers
}

Expand Down

0 comments on commit 23e56c8

Please sign in to comment.