Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-185.
  • Loading branch information
jablko authored Mar 8, 2022
1 parent 6f6a5c2 commit dc85d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function base() {
}

if (options[0] === true) {
options[1] = undefined
options[0] = undefined
}

/** @type {Transformer|void} */
Expand Down

0 comments on commit dc85d21

Please sign in to comment.