This commit is contained in:
Andras Bacsai
2023-06-19 09:44:39 +02:00
parent 716c9aa860
commit 7bcbfc13b0
10 changed files with 45 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ class Change extends Component
{
try {
$this->github_app->delete();
redirect()->route('dashboard');
redirect()->route('source.all');
} catch (\Exception $e) {
return general_error_handler(err: $e, that: $this);
}