Skip to content

Commit 2507b9a

Browse files
author
Emmanouil Konstantinidis
committed
Prevent chrome from caching the request
1 parent 9928c8b commit 2507b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/stores/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var NotificationsStore = Reflux.createStore({
2626
var tokens = AuthStore.authStatus();
2727

2828
apiRequests
29-
.getAuth('https://api.github.com/notifications')
29+
.getAuth('https://api.github.com/notifications?now=' + Date.now())
3030
.end(function (err, response) {
3131
if (response && response.ok) {
3232
// Success - Do Something.

0 commit comments

Comments
 (0)