Ver a proveniência

Fix delete endpoint

Remove fallthrough by early return.
master
TheoryOfNekomata há 2 anos
ascendente
cometimento
c4703eaa5e
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/modules/git/Git.service.ts

+ 1
- 0
src/modules/git/Git.service.ts Ver ficheiro

@@ -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.');
}


Carregando…
Cancelar
Guardar