chore: formatting
This commit is contained in:
@ -47,7 +47,7 @@ export class WorkerRelayInterface {
|
||||
async summary() {
|
||||
return await this.#workerRpc<void, Record<string, number>>("summary");
|
||||
}
|
||||
|
||||
|
||||
#workerRpc<T, R>(cmd: string, args?: T, timeout = 30_000) {
|
||||
const id = uuid();
|
||||
const msg = {
|
||||
|
@ -30,4 +30,4 @@ export interface ReqFilter {
|
||||
|
||||
export function unixNowMs() {
|
||||
return new Date().getTime();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user