Skip to content

Commit

Permalink
Change auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-tco committed Oct 24, 2023
1 parent a9a7a3d commit 6063d74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/notifications/v2/notifications.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export class NotificationsHelper {
{
headers: {
'Content-Type': 'application/json',
Authorization: await this.encryptionServiceV2.encryptV2(
this.LAMBDA_SECRET,
),
Authorization: this.LAMBDA_SECRET,
},
},
);
Expand Down

0 comments on commit 6063d74

Please sign in to comment.