Skip to content

Commit

Permalink
chore: remove form data
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jul 25, 2024
1 parent a09fed0 commit 1e6c497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/lib/buzzlead/send-conversions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const axios = require('axios')
const ecomUtils = require('@ecomplus/utils')
const FormData = require('form-data')

function convertIsoToDateString(isoString) {
const date = new Date(isoString);
Expand Down

0 comments on commit 1e6c497

Please sign in to comment.