fix(pending-actions): clean pending actions for deleted environment [EE-6545] (#11600)

This commit is contained in:
Prabhat Khera
2024-04-17 08:32:32 +12:00
committed by GitHub
parent 1a801d86f0
commit fb4ffaec35
8 changed files with 82 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ func (store *Store) newMigratorParameters(version *models.Version) *migrator.Mig
EdgeStackService: store.EdgeStackService,
EdgeJobService: store.EdgeJobService,
TunnelServerService: store.TunnelServerService,
PendingActionsService: store.PendingActionsService,
}
}