mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Fix linting again
This commit is contained in:
@@ -5772,7 +5772,7 @@ RED.view = (function() {
|
||||
|
||||
const modules = importedGlobalConfig?.modules || {}
|
||||
// Ensure do not import modules - since it can contain it
|
||||
if (importedGlobalConfig.modules) {
|
||||
if (importedGlobalConfig?.modules) {
|
||||
delete importedGlobalConfig.modules;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user