1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

remove unused moment

This commit is contained in:
sveisvei 2016-11-07 09:38:06 +01:00 committed by Ivar Conradi Østhus
parent 89c4abe25f
commit c77100e9cf

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 () {