From 4b1597b2a7907d54473af75169af15e744a7e29f Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:45:49 +0200 Subject: [PATCH] Update src/rest/run_method.ts Co-authored-by: ayntee --- src/rest/run_method.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/run_method.ts b/src/rest/run_method.ts index 36e044456..8787762b2 100644 --- a/src/rest/run_method.ts +++ b/src/rest/run_method.ts @@ -8,7 +8,7 @@ export function runMethod( body?: unknown, retryCount = 0, bucketId?: string | null, -): Promise { +): Promise | undefined { rest.eventHandlers.debug?.("requestCreate", { method, url,