mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Fix curl exporter
This commit is contained in:
@@ -2,7 +2,7 @@ import { HttpRequest } from '../../../src-web/lib/models';
|
|||||||
|
|
||||||
const NEWLINE = '\\\n ';
|
const NEWLINE = '\\\n ';
|
||||||
|
|
||||||
export function pluginHookExport(request: Partial<HttpRequest>) {
|
export function pluginHookExport(_: any, request: Partial<HttpRequest>) {
|
||||||
const xs = ['curl'];
|
const xs = ['curl'];
|
||||||
|
|
||||||
// Add method and URL all on first line
|
// Add method and URL all on first line
|
||||||
|
|||||||
Reference in New Issue
Block a user