1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

remove unused moment

This commit is contained in:
sveisvei 2016-11-07 09:38:06 +01:00
parent 1ebfe3b226
commit 1a27f64197

View File

@ -2,7 +2,6 @@
const Projection = require('./projection.js');
const TTLList = require('./ttl-list.js');
const moment = require('moment');
module.exports = class UnleashClientMetrics {
constructor () {