Skip to content

Commit c5446c2

Browse files
Update types.ts
1 parent 3ad1d60 commit c5446c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kvstore/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface KVStoreQuery {
4242
controller?: PubKeyHex
4343
protocolID?: WalletProtocol
4444
tags?: string[]
45-
/**
45+
/**
4646
* Controls tag matching behavior when tags are specified.
4747
* - 'all': Requires all specified tags to be present (default)
4848
* - 'any': Requires at least one of the specified tags to be present

0 commit comments

Comments
 (0)