chore(core): Remove unused database field from ModulePreInitContext (#15319)

This commit is contained in:
Iván Ovejero
2025-05-12 17:31:06 +02:00
committed by GitHub
parent b2d8a1cb10
commit 6be129c08b
3 changed files with 0 additions and 6 deletions

View File

@@ -84,7 +84,6 @@ export abstract class BaseCommand extends Command {
if (
!preInitModule ||
preInitModule.shouldLoadModule?.({
database: this.globalConfig.database,
instance: this.instanceSettings,
})
) {