diff --git a/api/src/utils/traction.ts b/api/src/utils/traction.ts index c90b9fb4..72efc8d7 100644 --- a/api/src/utils/traction.ts +++ b/api/src/utils/traction.ts @@ -54,6 +54,7 @@ export const sendTractionRequest = async ( console.log(`api: traction request: ${method} ${url}`) const response = await axios.request({ + ...config, method, url, data,