We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10839cd commit 5ef0d39Copy full SHA for 5ef0d39
src/index.ts
@@ -8,10 +8,10 @@ import graphql from './graphql';
8
import { checkKeycard } from './helpers/keycard';
9
import log from './helpers/log';
10
import initMetrics from './helpers/metrics';
11
+import { closeDatabase } from './helpers/mysql';
12
import rateLimit from './helpers/rateLimit';
13
import refreshSpacesCache from './helpers/spaces';
14
import './helpers/strategies';
-import { closeDatabase } from './helpers/mysql';
15
16
const app = express();
17
const PORT = process.env.PORT || 3000;
0 commit comments