Skip to content

Commit

Permalink
fix: double question marks in query string
Browse files Browse the repository at this point in the history
  • Loading branch information
mwienk committed Oct 21, 2023
1 parent 22a3971 commit 39b325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-argo-cd/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ArgoCDApiClient implements ArgoCDApi {
options.instance
}/applications/name/${encodeURIComponent(
options.appName as string,
)}?${query}`,
)}${query}`,
argoCDAppDetails,
);
}
Expand Down

0 comments on commit 39b325d

Please sign in to comment.