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
last_n_items
Currently, the last_n_items calculation is using the timestamp field for a part of the query. We should use ourTimestamp.
timestamp
ourTimestamp
https://github.com/joola/joola.datastore-mongodb/blob/e75fc01e167da72b99e4690bc87f169e82514ba3/lib/index.js#L392
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the
last_n_items
calculation is using thetimestamp
field for a part of the query. We should useourTimestamp
.https://github.com/joola/joola.datastore-mongodb/blob/e75fc01e167da72b99e4690bc87f169e82514ba3/lib/index.js#L392
The text was updated successfully, but these errors were encountered: