Skip to content

Commit 7d7d66d

Browse files
authored
fix: optional parameter (#28)
1 parent 7e62643 commit 7d7d66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/askar-shared/src/askar/Askar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export type ScanFreeOptions = { scanHandle: ScanHandle }
207207
export type ScanNextOptions = { scanHandle: ScanHandle }
208208
export type ScanStartOptions = {
209209
storeHandle: StoreHandle
210-
category: string
210+
category?: string
211211
profile?: string
212212
tagFilter?: Record<string, unknown>
213213
offset?: number

0 commit comments

Comments
 (0)