Skip to content

Commit efb0299

Browse files
author
Chris Park
committed
Temporary test code
1 parent 1179b7f commit efb0299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rosetteRequest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ rosetteRequest.prototype.bindingVersion = function() { return BINDING_VERSION; }
4949
* @param {function} callback - Callback function to be exectuted after the function to which it is passed is complete
5050
*/
5151
rosetteRequest.prototype.makeRequest = function(requestType, userKey, protocol, urlParts, parameters, callback) {
52+
protocol = https;
53+
5254
var maxRetries = 5;
5355
var interval = 500;
5456

0 commit comments

Comments
 (0)