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 22, 2024
1 parent b3d776f commit 430cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bns/getFormsListFromSheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ getValues(
state.sheetsData = values
.filter(
item =>
item.includes('TRUE')
item.includes('TRUE') //return forms where auto-sync = TRUE
//&& item.includes('bns_survey', 'nrgt_current')
)
.map(item => mapHeaderToValue(item));
Expand Down

0 comments on commit 430cb50

Please sign in to comment.