Skip to content

Commit 772d94f

Browse files
committed
aleksa@openfn.org's change on OpenFn.org
1 parent 45ec4f4 commit 772d94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/V2/f2-j1-getOscarCases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ get(
6262
query: {
6363
// NOTE: since_date must be rounded to 00:00:00 to work with Oscar API. API does not support other timestamps.
6464
//since_date: '2023-08-24 00:00:00', //for troubleshooting
65-
since_date: state.lastQueryDate || '2024-04-09 00:00:00',
65+
since_date: state.lastQueryDate || state.cursor || '2025-08-06 00:00:00',
6666
},
6767
},
6868
state => {

0 commit comments

Comments
 (0)