Skip to content

Commit

Permalink
resolving yarn tsc error
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mohamed <[email protected]>
  • Loading branch information
muhammadnmuhammad01 committed Jul 31, 2023
1 parent a5203e7 commit 2566008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ export class ArgoService implements ArgoServiceApi {
const appData = await this.getArgoAppData(
instanceConfig.url,
instanceConfig.name,
{ name: appName },
argoToken,
{ name: appName },
);
if (!appData.spec?.source?.repoURL) {
this.logger.error(`No repo URL found for argo app ${projectName}`);
Expand Down

0 comments on commit 2566008

Please sign in to comment.