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
daissatou2 committed Jul 25, 2023
1 parent b25d99e commit 59afaf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jobs/upsertPreChallenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ fn(state => {

const formVersion = Object.keys(form).find(key => key.includes('pre_challenge'));

// if (formVersion == "pre_challenge_ecap_-_pre_-_season_survey_for_athletes") {
// console.log("Skipping upsert for ECAP data")
// return state;
// }
if (formVersion == "pre_challenge_ecap_-_pre_-_season_survey_for_athletes") {
console.log("Skipping upsert for ECAP data")
return state;
}

console.log("form version", formVersion);

Expand Down

0 comments on commit 59afaf3

Please sign in to comment.