1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/test/unit/routes/mocks/fake-metrics-store.js
2020-02-20 08:30:37 +01:00

6 lines
88 B
JavaScript

'use strict';
module.exports = {
getMetricsLastHour: () => Promise.resolve([]),
};