Skip to content

Commit f937f34

Browse files
committed
fix eslint error
1 parent 76c2c09 commit f937f34

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
@@ -13,7 +13,7 @@ import typeDefs from './graphql/schemas';
1313
import resolvers from './graphql/resolvers';
1414

1515
import webhook from './scripts/webhook';
16-
import importAll from './scripts/importAll';
16+
// import importAll from './scripts/importAll';
1717

1818
import auth from './express/auth';
1919

0 commit comments

Comments
 (0)