diff --git a/src/frontend/src/modals/apiModal/utils/get-curl-code.tsx b/src/frontend/src/modals/apiModal/utils/get-curl-code.tsx index d4f56804a..40257d73d 100644 --- a/src/frontend/src/modals/apiModal/utils/get-curl-code.tsx +++ b/src/frontend/src/modals/apiModal/utils/get-curl-code.tsx @@ -4,7 +4,7 @@ * @param {boolean} isAuth - If the API is authenticated * @returns {string} - The curl code */ -export default function getCurlRunCode( +export function getCurlRunCode( flowId: string, isAuth: boolean, tweaksBuildedObject,