Update curl.service.ts

This commit is contained in:
restyler 2024-06-15 13:48:02 +03:00 committed by GitHub
parent 3a96f749e8
commit 799860756e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
import { Service } from 'typedi';
import curlconverter from 'curlconverter';
import * as curlconverter from 'curlconverter';
import get from 'lodash/get';
import type { IDataObject } from 'n8n-workflow';
import { jsonParse } from 'n8n-workflow';