Disable cursor since for now

This commit is contained in:
Jonathan Staab 2023-03-01 15:05:05 -06:00
parent 490f38fb5e
commit cfcaf837e5

View File

@ -155,7 +155,7 @@ export class Cursor {
getFilter() { getFilter() {
return { return {
until: this.until, until: this.until,
since: this.until - timedelta(8, 'hours'), // since: this.until - timedelta(8, 'hours'),
limit: this.limit, limit: this.limit,
} }
} }