Skip to content

Commit

Permalink
Update src/frontend/src/modals/apiModal/utils/get-curl-code.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Zanforlin Lousa <[email protected]>
  • Loading branch information
anovazzi1 and Cristhianzl authored Feb 14, 2025
1 parent 61f6d06 commit b54f692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/modals/apiModal/utils/get-curl-code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export function getNewCurlCode({
}): string {
const host = window.location.host;
const protocol = window.location.protocol;
// get the api url
const apiUrl = `${protocol}//${host}/api/v1/run/${flowId}`;

// Convert tweaks object to a string if it exists and is active
Expand Down

0 comments on commit b54f692

Please sign in to comment.