Skip to content

Commit

Permalink
fix: optional parameter (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairanjit authored Jan 29, 2025
1 parent 7e62643 commit 7d7d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/askar-shared/src/askar/Askar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export type ScanFreeOptions = { scanHandle: ScanHandle }
export type ScanNextOptions = { scanHandle: ScanHandle }
export type ScanStartOptions = {
storeHandle: StoreHandle
category: string
category?: string
profile?: string
tagFilter?: Record<string, unknown>
offset?: number
Expand Down

0 comments on commit 7d7d66d

Please sign in to comment.