Skip to content

Commit f8b7f46

Browse files
committed
feat: Force new release
1 parent 27b968a commit f8b7f46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/options.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ const langTransforms = {
1010
}
1111

1212
const isValidOption = opt => opt && isString(opt)
13-
14-
const validTranform = opt => {
15-
return Object.keys(langTransforms).indexOf(opt) > -1
16-
}
13+
const validTranform = opt => Object.keys(langTransforms).indexOf(opt) > -1
1714

1815
const checkValidOptions = state => {
1916
let attribute = 'data-qa'

0 commit comments

Comments
 (0)