mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
chore(core): Remove unused database field from ModulePreInitContext (#15319)
This commit is contained in:
@@ -84,7 +84,6 @@ export abstract class BaseCommand extends Command {
|
||||
if (
|
||||
!preInitModule ||
|
||||
preInitModule.shouldLoadModule?.({
|
||||
database: this.globalConfig.database,
|
||||
instance: this.instanceSettings,
|
||||
})
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user