Skip to content

Commit 165686a

Browse files
authored
chore: fix prettier
1 parent 29c5528 commit 165686a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/store_factory.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ export const getStore: {
8080

8181
return new Store({ client, name })
8282
}
83-
83+
8484
if (typeof input?.name === 'string') {
8585
const { name } = input
86+
8687
const clientOptions = getClientOptions(input)
8788

8889
if (!name) {

0 commit comments

Comments
 (0)