Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
♻️ Update filter style
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Aug 3, 2018
1 parent 0dbec7a commit 27fd567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/block/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GetCommand.args = [
name: 'blockIds',
required: true,
description: 'Comma-separated block ID(s) to get information about.',
parse: input => input.split(',').filter(val => val),
parse: input => input.split(',').filter(Boolean),
},
];

Expand Down

0 comments on commit 27fd567

Please sign in to comment.