Skip to content

Commit

Permalink
chore(lint): Fix code style issues with ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lint Action committed Feb 14, 2024
1 parent 1795b8a commit 190fda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/argocd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export class ArgoCDApi {
// does the application exist?
const appExists = await (
await this._getClient()
).get(`applications/${releaseName}?project=${args.project}`);
).get(`applications/${releaseName}?project=${args.project}`);

let res: IRestResponse<unknown>;

info(`Tokenizing with: ${JSON.stringify(args.tokens, null, 2)}`);
Expand Down

0 comments on commit 190fda0

Please sign in to comment.