We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c3462 commit 2ab1f50Copy full SHA for 2ab1f50
packages/overhead-metrics/src/perf/sampler.ts
@@ -23,7 +23,6 @@ export class TimeBasedMap<T> extends Map<TimestampSeconds, T> {
23
*
24
*/
25
public toJSON(): JsonObject<T> {
26
- // @ts-expect-error this actually exists
27
return Object.fromEntries(this.entries());
28
}
29
0 commit comments