Skip to content

Commit

Permalink
chore(cb2-11280): fix failing creds
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangidas committed Apr 18, 2024
1 parent 879b6c8 commit 627f399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export class Configurations {
if (this.branch !== 'local') {
delete dbParams.endpoint;
delete dbParams.region;
delete dbParams.credentials.accessKeyId;
delete dbParams.credentials.secretAccessKey;
delete dbParams.credentials;
}
return dbParams;
}
Expand Down

0 comments on commit 627f399

Please sign in to comment.