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 e74af92 commit e713a71Copy full SHA for e713a71
1 file changed
server/src/js/Audit.js
@@ -8,7 +8,7 @@ import {Pool} from 'pg';
8
// import {strict as assert} from 'assert';
9
import getDatasource from '../datasources/config';
10
import jwt from 'jsonwebtoken';
11
-import config from '../config';
+import { config } from '../config';
12
13
const jwtSecret = config.jwtSecret;
14
const operations = {
0 commit comments