tmp
This commit is contained in:
@ -3,13 +3,11 @@ import { Connection } from "connection";
|
||||
import { RelayMetrics } from "cache";
|
||||
|
||||
export class RelayMetricHandler {
|
||||
readonly #cache: FeedCache<RelayMetrics>;
|
||||
readonly #cache: FeedCache<RelayMetrics>;
|
||||
|
||||
constructor(cache: FeedCache<RelayMetrics>) {
|
||||
this.#cache = cache;
|
||||
}
|
||||
constructor(cache: FeedCache<RelayMetrics>) {
|
||||
this.#cache = cache;
|
||||
}
|
||||
|
||||
onDisconnect(c: Connection, code: number) {
|
||||
|
||||
}
|
||||
}
|
||||
onDisconnect(c: Connection, code: number) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user