Skip to content

Commit

Permalink
Fix for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Robsahm committed Dec 5, 2016
1 parent f622d7a commit 7153f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
const ws = require("ws");
const url = require("url");

let config = {};

const requestConfig = (webSocket, environment) => {
webSocket.send(environment);
};

const initializeConfigUpdate = (conf) => {
let config = {}
let retryNumOfTimes = 0;
let intervalRef;

Expand Down

0 comments on commit 7153f7d

Please sign in to comment.