Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ae0ef8f

Browse files
committed
Serialize by expression source, not type.
1 parent 9580318 commit ae0ef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cube/metric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports.getter = function(db) {
7070
var remaining = 0,
7171
time0 = Date.now(),
7272
time = start,
73-
name = expression.type,
73+
name = expression.source,
7474
queue = queueByName[name],
7575
step = tier.key;
7676

0 commit comments

Comments
 (0)