Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikGangadhar authored Feb 1, 2019
1 parent 5242a37 commit 40760c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

const helper = require("./helper");
let api_key = "";

exports.schedule = (api_key, callback) => {
let endpoint = helper.getEndpoint(api_key, "MATCHCALENDER");
Expand Down Expand Up @@ -87,4 +86,4 @@ exports.playerFinder = (api_key, name, callback) => {
}).catch((err) => {
callback(err);
});
}
}

0 comments on commit 40760c9

Please sign in to comment.