fix: context

This commit is contained in:
2023-11-14 11:43:40 +00:00
parent b1e7cf6bf9
commit eb47da0417
3 changed files with 11 additions and 5 deletions

View File

@ -19,7 +19,7 @@ export interface TaggedNostrEvent extends NostrEvent {
/**
* Additional context
*/
context?: never;
context?: object;
}
/**