Skip to content

Commit 252c299

Browse files
committed
📦 NEW: Sort validation
1 parent 47aeaed commit 252c299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/getBar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const blessed = require('blessed');
77
const contrib = require('blessed-contrib');
88
const { sortingKeys } = require('./table.js');
99
const orderBy = require('lodash.orderby');
10+
const { cyan, dim } = require('chalk');
11+
const sortValidation = require('./sortValidation.js');
1012

1113
module.exports = async (spinner, countryName, states, { bar, log, sortBy, limit, reverse }) => {
1214
if (!countryName && !states && bar) {

0 commit comments

Comments
 (0)