Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilton committed Mar 19, 2024
1 parent ad497df commit 9a9218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/shared/scriptQueryBuilder.results.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 9a9218b

Please sign in to comment.