diff --git a/src/modules/git/Git.service.ts b/src/modules/git/Git.service.ts index 7be87cd..92725e1 100644 --- a/src/modules/git/Git.service.ts +++ b/src/modules/git/Git.service.ts @@ -41,6 +41,7 @@ export class GitServiceImpl implements GitService { const cause = causeRaw as Error; throw new UnableToDeleteRepoError('Something went wrong while deleting the repo.', { cause, }); } + return; } throw new UnauthorizedToDeleteRepoError('Could not delete repo with insufficient authorization.'); }