fix namespace for debugging
This commit is contained in:
parent
db969a51ad
commit
7f14785091
@ -1,5 +1,5 @@
|
||||
const BaseDataview = require('./base');
|
||||
const debug = require('debug')('windshaft:dataview:histogram');
|
||||
const debug = require('debug')('windshaft:dataview:numeric-histogram');
|
||||
|
||||
const columnCastTpl = ctx => `date_part('epoch', ${ctx.column})`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user