fix: context
This commit is contained in:
@ -19,7 +19,7 @@ export interface TaggedNostrEvent extends NostrEvent {
|
||||
/**
|
||||
* Additional context
|
||||
*/
|
||||
context?: never;
|
||||
context?: object;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user