Update src/rest/run_method.ts

Co-authored-by: ayntee <ayyantee@gmail.com>
This commit is contained in:
ITOH
2021-04-07 10:45:49 +02:00
committed by GitHub
parent 5cbff10e9e
commit 4b1597b2a7
+1 -1
View File
@@ -8,7 +8,7 @@ export function runMethod<T = any>(
body?: unknown,
retryCount = 0,
bucketId?: string | null,
): Promise<T> {
): Promise<T> | undefined {
rest.eventHandlers.debug?.("requestCreate", {
method,
url,