mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #3496 from overleaf/ae-eslint-dot-notation
Enable the eslint dot-notation rule GitOrigin-RevId: e11cbad3e8a77a4a60590d3674fbf34feccc5bc9
This commit is contained in:
@@ -17,7 +17,7 @@ const AuthorizationMiddleware = require('../../../../app/src/Features/Authorizat
|
||||
|
||||
module.exports = {
|
||||
apply(webRouter, apiRouter) {
|
||||
if (Settings.disableModule['launchpad']) {
|
||||
if (Settings.disableModule.launchpad) {
|
||||
logger.log({}, 'Skipping Init launchpad router')
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user