Files
Windshaft-cartodb/lib/cartodb/models/aggregation/base-aggregation.js
Daniel García Aubert 6f04214f5d Simplify to pass test
2017-12-01 17:06:03 +01:00

6 lines
112 B
JavaScript

module.exports = class BaseAggregation {
sql () {
throw new Error('Unimplemented method');
}
};