Skip to content

Commit dc85d21

Browse files
authored
Fix typo
Closes GH-185.
1 parent 6f6a5c2 commit dc85d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function base() {
129129
}
130130

131131
if (options[0] === true) {
132-
options[1] = undefined
132+
options[0] = undefined
133133
}
134134

135135
/** @type {Transformer|void} */

0 commit comments

Comments
 (0)