Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Aug 24, 2023
1 parent 9fd99bb commit 6880858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/V2/f2-j1-getOscarCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ get(
}),
query: {
// NOTE: since_date must be rounded to 00:00:00 to work with Oscar API. API does not support other timestamps.
since_date: state.lastQueryDate || '2023-06-29 00:00:00',
since_date: '2023-08-24 00:00:00',
//since_date: state.lastQueryDate || '2023-06-29 00:00:00',
},
},
state => {
Expand Down

0 comments on commit 6880858

Please sign in to comment.