Fix curl exporter

This commit is contained in:
Gregory Schier
2024-06-08 19:40:11 -07:00
parent ae2da73873
commit 8f086425fe

View File

@@ -2,7 +2,7 @@ import { HttpRequest } from '../../../src-web/lib/models';
const NEWLINE = '\\\n ';
export function pluginHookExport(request: Partial<HttpRequest>) {
export function pluginHookExport(_: any, request: Partial<HttpRequest>) {
const xs = ['curl'];
// Add method and URL all on first line