Skip to content

Commit

Permalink
order asc
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Oct 14, 2024
1 parent 4d9dcdf commit 4e477fb
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 @@ -7,8 +7,8 @@ const
month_date.setMonth(month_date.getMonth() - 1)
return month_date.toISOString().substring(0, 10);
},
clients = ['mobile', 'desktop'],
booleans = ['TRUE', 'FALSE'],
clients = ['desktop', 'mobile'],
booleans = ['FALSE', 'TRUE'],
[
dev_TABLESAMPLE,
dev_rank_filter
Expand Down

0 comments on commit 4e477fb

Please sign in to comment.