Fix curl exporter

This commit is contained in:
Gregory Schier
2024-06-08 19:40:11 -07:00
parent 3a09752322
commit 0e3918d5a2

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