Skip to content

Commit

Permalink
style(build): reword comment in importer
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed May 17, 2019
1 parent 875611e commit 9b26650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const main = async () => {

if ( !( filename && tableName ) ) program.outputHelp()

// Extract the columnar options
// Extract the column names, provided as options
const { orderBy, shabadId, sttmId, source, gurmukhi, translation, line, page } = Object
.entries( program.opts() )
.filter( ( [ , value ] ) => !!value )
Expand Down

0 comments on commit 9b26650

Please sign in to comment.