Run prettier

This commit is contained in:
2023-09-05 15:16:50 +01:00
parent e99f323cfa
commit 5ef3fb0337
68 changed files with 166 additions and 158 deletions

View File

@ -64,7 +64,7 @@ export class Nip46Signer implements EventSigner {
}
get supports(): string[] {
return ["nip04"]
return ["nip04"];
}
get relays() {

View File

@ -24,7 +24,7 @@ export class Nip7Signer implements EventSigner {
get supports(): string[] {
return ["nip04"];
}
init(): Promise<void> {
return Promise.resolve();
}