feat: backend change
This commit is contained in:
parent
96aa0272c4
commit
7438490550
|
|
@ -433,7 +433,7 @@ export class StarsService {
|
|||
async updateGitHubLogin(orgId: string, id: string, login: string) {
|
||||
const check = await fetch(`https://github.com/${login}`);
|
||||
if (check.status === 404) {
|
||||
throw new HttpException('GitHub repository not found', 404);
|
||||
throw new HttpException('GitHub repository not found!', 404);
|
||||
}
|
||||
|
||||
this._workerServiceProducer
|
||||
|
|
|
|||
Loading…
Reference in New Issue