Skip to content

Commit 5ef0d39

Browse files
committed
lint fix
1 parent 10839cd commit 5ef0d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import graphql from './graphql';
88
import { checkKeycard } from './helpers/keycard';
99
import log from './helpers/log';
1010
import initMetrics from './helpers/metrics';
11+
import { closeDatabase } from './helpers/mysql';
1112
import rateLimit from './helpers/rateLimit';
1213
import refreshSpacesCache from './helpers/spaces';
1314
import './helpers/strategies';
14-
import { closeDatabase } from './helpers/mysql';
1515

1616
const app = express();
1717
const PORT = process.env.PORT || 3000;

0 commit comments

Comments
 (0)