Преглед изворни кода

Fix delete endpoint

Remove fallthrough by early return.
master
TheoryOfNekomata пре 2 година
родитељ
комит
c4703eaa5e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/modules/git/Git.service.ts

+ 1
- 0
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.');
}


Loading…
Откажи
Сачувај