fix: remove COEP

This commit is contained in:
2024-03-19 12:01:10 +00:00
parent c8b8daeb29
commit 382f9b6e1b
2 changed files with 5 additions and 3 deletions

View File

@ -41,6 +41,10 @@ export class EventPublisher {
this.#pubKey = pubKey;
}
get signer() {
return this.#signer;
}
/**
* Create a NIP-07 EventPublisher
*/