fix(applications): TypeError when stopping an application
This commit is contained in:
parent
2ebbc5113e
commit
89814743c8
1 changed files with 2 additions and 0 deletions
|
|
@ -78,5 +78,7 @@ public function handle(Application $application, bool $previewDeployments = fals
|
|||
$application->update($status);
|
||||
|
||||
ServiceStatusChanged::dispatch($application->environment->project->team->id);
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue