Skip to content

Commit 1179b7f

Browse files
author
Chris Park
committed
Missed ping when adding protocol argument
1 parent cae5ea4 commit 1179b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function ping() {
3636
* @param {string} serviceURL - The base service URL to be used to access the Rosette API
3737
* @param {function} callback - Callback function to be exectuted after the function to which it is passed is complete
3838
*/
39-
ping.prototype.getResults = function(parameters, userKey, serviceURL, callback) {
39+
ping.prototype.getResults = function(parameters, userKey, protocol, serviceURL, callback) {
4040

4141
// configure URL
4242
var urlParts = URL.parse(serviceURL + "ping");

0 commit comments

Comments
 (0)