Skip to content

Commit fecfcff

Browse files
committed
Interpret the spread better
1 parent 667629d commit fecfcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pusher/metrics/brain-metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class PusherBrainMetrics extends BrainMetrics {
2424
connections,
2525
})),
2626
started: this.connections.started.toISOString(),
27-
...this.metrics[namespace] || {},
27+
...(this.metrics[namespace] || {}),
2828
});
2929

3030
this.snapshotInProgress = false;

0 commit comments

Comments
 (0)