Skip to content

Commit f75aa59

Browse files
committed
add cache busting
1 parent 97bd012 commit f75aa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Client.prototype.makeRequest = function(obj) {
111111

112112
// Add on the api key
113113
obj.api_key = this.options.get('apiKey'); //convert for url
114-
114+
obj.cache_bust = Math.random()
115115
//serialize the properties
116116
var serialized = serializeProperties(obj);
117117
var compiledParams = serialized.serialized;

0 commit comments

Comments
 (0)