We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928c8b commit 2507b9aCopy full SHA for 2507b9a
src/js/stores/notifications.js
@@ -26,7 +26,7 @@ var NotificationsStore = Reflux.createStore({
26
var tokens = AuthStore.authStatus();
27
28
apiRequests
29
- .getAuth('https://api.github.com/notifications')
+ .getAuth('https://api.github.com/notifications?now=' + Date.now())
30
.end(function (err, response) {
31
if (response && response.ok) {
32
// Success - Do Something.
0 commit comments