Skip to content

Commit

Permalink
FIx type of Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Dec 22, 2023
1 parent db0957d commit c4d9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/src/subscription/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type NDKFilter<K extends number = NDKKind> = {
until?: number;
limit?: number;
search?: string;
[key: `#${string}`]: string[];
[key: `#${string}`]: string[] | undefined;
};

export enum NDKSubscriptionCacheUsage {
Expand Down

0 comments on commit c4d9410

Please sign in to comment.