Commit b1a61b1f7de375dfc2d8908e40ec35ff3e4df5a6

Authored by Adhidarma Hadiwinoto
1 parent a2291bba07
Exists in master

include control-panel pada pull

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

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