Skip to content

Commit

Permalink
Merge branch 'main' into linter
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored Oct 14, 2024
2 parents 987cc2d + 4e477fb commit f4032cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const fnPastMonth = (monthISOstring) => {
monthDate.setMonth(monthDate.getMonth() - 1)
return monthDate.toISOString().substring(0, 10)
}
const clients = ['mobile', 'desktop']
const booleans = ['TRUE', 'FALSE']
const clients = ['desktop', 'mobile']
const booleans = ['FALSE', 'TRUE']
const [
devTABLESAMPLE,
devRankFilter
Expand Down

0 comments on commit f4032cb

Please sign in to comment.