Skip to content

Commit

Permalink
fix SoundClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Sep 14, 2022
1 parent c7352a1 commit bdd7f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-cups-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@soundxyz/sdk': patch
---

Fix SoundClientConfig to follow SoundAPI optional apiKey
2 changes: 1 addition & 1 deletion packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type SoundClientConfig = (
signer: Signer
}
) & {
apiKey: string
apiKey?: string
/**
* @default "production"
*/
Expand Down

0 comments on commit bdd7f83

Please sign in to comment.