Skip to content

Commit

Permalink
stats.js -> hub-stats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp committed Jun 14, 2019
1 parent 91a6c29 commit a109242
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const schedule = require('node-schedule');
const { Bridges, HubState } = require("./bridges.js");
const { ReticulumClient } = require("./reticulum.js");
const { TopicManager } = require("./topic.js");
const { HubStats } = require("./stats.js");
const { HubStats } = require("./hub-stats.js");
const { PresenceRollups } = require("./presence-rollups.js");

// someday we will probably have different locales and timezones per server
Expand Down
2 changes: 1 addition & 1 deletion tests/stats.js → tests/hub-stats.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var test = require('tape');
var { HubStats } = require('../src/stats.js');
var { HubStats } = require('../src/hub-stats.js');

test('HubStats correctly identifies peak CCU', function(t) {
var stats = new HubStats();
Expand Down

0 comments on commit a109242

Please sign in to comment.