Improve readme (#14858)

This commit is contained in:
martmull
2025-10-02 22:50:37 +02:00
committed by GitHub
parent d4160bf064
commit 87256e82f5
19 changed files with 158 additions and 357 deletions
@@ -131,7 +131,7 @@ export class ApiService {
return {
success: true,
data: response.data.data.syncApplication,
message: `Successfully synced application: ${manifest.label}`,
message: `Successfully synced application: ${manifest.name}`,
};
} catch (error) {
if (axios.isAxiosError(error) && error.response) {