Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize before_date inside method
- Seems the issue was due to the fact that the before date was initialized in the method's definition and would be cached. After a day of running, the API would only return the bookmarks before the day it was initialized.
- Loading branch information