Skip to content

Commit

Permalink
use collections branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Nov 12, 2024
1 parent c460287 commit 1cfc98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/wf1/1-fetch-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cursor('now', {
});

get(
'https://raw.githubusercontent.com/OpenFn/openfn-lime-pilot/refs/heads/next-staging/metadata/collections.json',
'https://raw.githubusercontent.com/OpenFn/openfn-lime-pilot/refs/heads/collections/metadata/collections.json',
{ parseAs: 'json' },
state => {
const { cursor, lastRunDateTime, data } = state;
Expand Down
2 changes: 1 addition & 1 deletion workflows/wf2/2-mappings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
get(
'https://raw.githubusercontent.com/OpenFn/openfn-lime-pilot/refs/heads/next-staging/metadata/collections.json',
'https://raw.githubusercontent.com/OpenFn/openfn-lime-pilot/refs/heads/collections/metadata/collections.json',
{ parseAs: 'json' },
state => {
const { cursor, lastRunDateTime, patients, data } = state;
Expand Down

0 comments on commit 1cfc98f

Please sign in to comment.