Formatting / Intl
This commit is contained in:
@ -47,7 +47,7 @@ export interface SystemInterface {
|
||||
DisconnectRelay(address: string): void;
|
||||
BroadcastEvent(ev: NostrEvent): void;
|
||||
WriteOnceToRelay(relay: string, ev: NostrEvent): Promise<void>;
|
||||
get ProfileLoader(): ProfileLoaderService
|
||||
get ProfileLoader(): ProfileLoaderService;
|
||||
}
|
||||
|
||||
export interface SystemSnapshot {
|
||||
|
@ -20,7 +20,7 @@ export class SystemWorker extends ExternalStore<SystemSnapshot> implements Syste
|
||||
throw new Error("SharedWorker is not supported");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
get ProfileLoader(): ProfileLoaderService {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user