Skip to content

Commit b512f71

Browse files
committed
No need async
1 parent 0553583 commit b512f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const request = name => {
1616
})
1717
}
1818

19-
module.exports = async name => {
19+
module.exports = name => {
2020
if (typeof name !== 'string' || !name) {
2121
return false
2222
}

0 commit comments

Comments
 (0)