We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The request handler for receiving notifications does not process the "since" parameter:
redux-essentials-example-app/src/api/server.js
Lines 207 to 217 in 49fd0ea
Attention to line 211:
Line 211 in 49fd0ea
As a result, in Redux Essentials, Part 6 notifications with an incorrect creation time are received.
New notifications appear lower in the list:
Maybe I didn't understand something, but it seems to me that it should not be so. I fixed it with the following code:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The request handler for receiving notifications does not process the "since" parameter:
redux-essentials-example-app/src/api/server.js
Lines 207 to 217 in 49fd0ea
Attention to line 211:
redux-essentials-example-app/src/api/server.js
Line 211 in 49fd0ea
As a result, in Redux Essentials, Part 6 notifications with an incorrect creation time are received.
New notifications appear lower in the list:
Maybe I didn't understand something, but it seems to me that it should not be so.
I fixed it with the following code:
The text was updated successfully, but these errors were encountered: