Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

fix: INT-2334 ensured form-data has buffers when sending requests to CS #177

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

grzpab
Copy link
Contributor

@grzpab grzpab commented Dec 21, 2023

No description provided.

Copy link

linear bot commented Dec 21, 2023

@ghost
Copy link

ghost commented Dec 21, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

await Axios.post('https://telemetry.intuita.io/publish', formData, {
timeout: 10000,
});
await publish(token, formData);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make it return a boolean, and depending on it, let's console a message.

@grzpab grzpab merged commit 6d5c856 into main Dec 21, 2023
1 check passed
@grzpab grzpab deleted the publish-command branch December 21, 2023 14:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants