Skip to content

Commit

Permalink
fix: put default params for credentialsStore publishOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Dec 29, 2023
1 parent 808de77 commit 05766b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/credentials-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CredentialsStore {
*/
this.config = config;

const { timeouts, publishOptions } = config;
const { timeouts = {}, publishOptions = {} } = config;

/**
* @type {CredentialsStoreConfig['publishOptions']}
Expand Down

0 comments on commit 05766b1

Please sign in to comment.