We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4970e8 commit 6e03e0cCopy full SHA for 6e03e0c
src/app.service.ts
@@ -168,7 +168,7 @@ export class AppService extends AbstractService implements OnApplicationBootstra
168
169
try {
170
const { data } = await firstValueFrom(
171
- this.httpService.get<GithubUpdate>(`https://api.github.com/repos/Libertech-FR/${project}/releasesppp/latest`).pipe(
+ this.httpService.get<GithubUpdate>(`https://api.github.com/repos/Libertech-FR/${project}/releases/latest`).pipe(
172
catchError((error) => {
173
this.logger.error(`Error fetching release for ${project}: ${error.message}`);
174
throw error;
0 commit comments