feat: backend change

This commit is contained in:
Nevo David 2024-03-17 10:59:21 +07:00
parent 96aa0272c4
commit 7438490550
1 changed files with 1 additions and 1 deletions

View File

@ -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