Skip to content

Commit 2ab1f50

Browse files
authored
fix(overhead-metrics): Remove unneeded @ts-expect-error (#8990)
Should fix failing CI on develop rn.
1 parent d3c3462 commit 2ab1f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/overhead-metrics/src/perf/sampler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export class TimeBasedMap<T> extends Map<TimestampSeconds, T> {
2323
*
2424
*/
2525
public toJSON(): JsonObject<T> {
26-
// @ts-expect-error this actually exists
2726
return Object.fromEntries(this.entries());
2827
}
2928
}

0 commit comments

Comments
 (0)