Commit bde6fbedfc6c398414be2955aa1ac35341f14f5a

Authored by Adhidarma Hadiwinoto
1 parent a6d76b92bb
Exists in master

typo fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@ const config = require('../config');
6 6 const logger = require('../logger');
7 7 const matrix = require('../matrix');
8 8 const controlPanel = require('../control-panel');
9   -const heartbeat = require('../heartbeat');
  9 +const heartbeat = require('./heartbeat');
10 10  
11 11 var partner;
12 12