Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilton committed Mar 19, 2024
1 parent 9a9218b commit c636323
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cypress/e2e/shared/scriptQueryBuilder.results.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ describe('Script Builder', () => {
[`ndbc_1table,air_temp_degc=70_degrees station_id=1`],
'defbuck4'
)
writeDataMoar.forEach(data => {if (data,length > 0) {cy.writeData(data, 'defbuck4')}})
writeDataMoar.forEach(data => {
if ((data, length > 0)) {
cy.writeData(data, 'defbuck4')
}
})
})
})
})
Expand Down

0 comments on commit c636323

Please sign in to comment.