tana: fix being shifted by a day, maybe?
This commit is contained in:
parent
a2f5b4a1c4
commit
cdcbb51ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export async function fetchTanaTasks(
|
||||||
'query[and][1][not][is]': 'done',
|
'query[and][1][not][is]': 'done',
|
||||||
'query[and][2][compare][fieldId]': config.due_date_field_id,
|
'query[and][2][compare][fieldId]': config.due_date_field_id,
|
||||||
'query[and][2][compare][operator]': 'lt',
|
'query[and][2][compare][operator]': 'lt',
|
||||||
'query[and][2][compare][value]': tomorrow,
|
'query[and][2][compare][value]': today,
|
||||||
'query[and][2][compare][type]': 'date',
|
'query[and][2][compare][type]': 'date',
|
||||||
limit: '100',
|
limit: '100',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue