Run prettier
This commit is contained in:
@ -64,7 +64,7 @@ export class Nip46Signer implements EventSigner {
|
||||
}
|
||||
|
||||
get supports(): string[] {
|
||||
return ["nip04"]
|
||||
return ["nip04"];
|
||||
}
|
||||
|
||||
get relays() {
|
||||
|
@ -24,7 +24,7 @@ export class Nip7Signer implements EventSigner {
|
||||
get supports(): string[] {
|
||||
return ["nip04"];
|
||||
}
|
||||
|
||||
|
||||
init(): Promise<void> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
Reference in New Issue
Block a user