Skip to content

Commit 88ceee4

Browse files
committed
refactor: 💡 remove unneeded ternary
g
1 parent e6038b1 commit 88ceee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/autoProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function runTransformer(
3838
filename,
3939
map,
4040
attributes,
41-
options: typeof options === 'boolean' ? null : options,
41+
options,
4242
});
4343
} catch (e) {
4444
throwError(

0 commit comments

Comments
 (0)