From 8f086425fea8a4b84e3a4c8044e43617f1728584 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 8 Jun 2024 19:40:11 -0700 Subject: [PATCH] Fix curl exporter --- plugins/exporter-curl/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exporter-curl/src/index.ts b/plugins/exporter-curl/src/index.ts index 367c3849..44c99a1f 100644 --- a/plugins/exporter-curl/src/index.ts +++ b/plugins/exporter-curl/src/index.ts @@ -2,7 +2,7 @@ import { HttpRequest } from '../../../src-web/lib/models'; const NEWLINE = '\\\n '; -export function pluginHookExport(request: Partial) { +export function pluginHookExport(_: any, request: Partial) { const xs = ['curl']; // Add method and URL all on first line