mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
Update curl.service.ts
This commit is contained in:
parent
3a96f749e8
commit
799860756e
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue