Skip to content

Commit e2db5d4

Browse files
authored
refactor: remove unnecessary async keyword (#270)
1 parent eee8585 commit e2db5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function createContext(ctx) {
6868
return ctx
6969
}
7070

71-
async function loader(filepath) {
71+
function loader(filepath) {
7272
return req(filepath)
7373
}
7474

0 commit comments

Comments
 (0)