Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Nov 2, 2023
1 parent 2a48b94 commit faaf1af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentstack-export-to-csv/src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const debug = require('debug')('export-to-csv');
const checkboxPlus = require('inquirer-checkbox-plus-prompt');
const config = require('./config.js');
const { cliux, configHandler, HttpClient } = require('@contentstack/cli-utilities');
const { error } = require('console');
const directory = './data';
const delimeter = os.platform() === 'win32' ? '\\' : '/';

Expand Down

0 comments on commit faaf1af

Please sign in to comment.