fixing formatting with Prettier

This commit is contained in:
Anderson Juhasc
2024-05-26 23:04:10 -03:00
committed by fiatjaf_
parent faa1a9d556
commit 4f1dc9ef1c
3 changed files with 35 additions and 14 deletions

View File

@@ -20,6 +20,6 @@ export class Relay extends AbstractRelay {
}
}
export type RelayRecord = Record<string, { read: boolean; write: boolean }>;
export type RelayRecord = Record<string, { read: boolean; write: boolean }>
export * from './abstract-relay.ts'