Skip to content

Commit

Permalink
Remove duplicate card app id header
Browse files Browse the repository at this point in the history
  • Loading branch information
sanducb committed Sep 26, 2024
1 parent 18bb708 commit e496872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wallet/backend/src/gatehub/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ export class GateHubClient {
'x-gatehub-app-id': this.env.GATEHUB_ACCESS_KEY,
'x-gatehub-timestamp': timestamp,
'x-gatehub-signature': this.getSignature(timestamp, method, url, body),
'x-gatehub-card-app-id': this.env.GATEHUB_CARD_APP_ID,
...(headersOptions?.managedUserUuid && {
'x-gatehub-managed-user-uuid': headersOptions.managedUserUuid
}),
Expand Down

0 comments on commit e496872

Please sign in to comment.