Skip to content

Commit 054234b

Browse files
committed
fix spacing
1 parent 12568d3 commit 054234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/AdminAPI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const debugMode = Array.from(process.argv.map((arg) => arg.trim().toLowerCase())
44
const logger = require('../modules/Logger')(debugMode);
55
const eventManager = (require('../modules/singletons/EventManager.js')).instance;
66
const cors = require('cors');
7-
const { CONTENT_TYPE_VALIDATOR} = require('../config/globals');
7+
const { CONTENT_TYPE_VALIDATOR } = require('../config/globals');
88

99
const ADMIN_CORS_OPTIONS = process.env.NODE_ENV?.trim() === 'development'
1010
? {

0 commit comments

Comments
 (0)