We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dbd22 commit 29c5528Copy full SHA for 29c5528
src/store_factory.ts
@@ -82,7 +82,7 @@ export const getStore: {
82
}
83
84
if (typeof input?.name === 'string') {
85
- const { name } = input
+ const { name } = input
86
const clientOptions = getClientOptions(input)
87
88
if (!name) {
0 commit comments