Skip to content

Commit

Permalink
Serialize by expression source, not type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Apr 18, 2012
1 parent 9580318 commit ae0ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cube/metric.js
Expand Up @@ -70,7 +70,7 @@ exports.getter = function(db) {
var remaining = 0,
time0 = Date.now(),
time = start,
name = expression.type,
name = expression.source,
queue = queueByName[name],
step = tier.key;

Expand Down

0 comments on commit ae0ef8f

Please sign in to comment.