Skip to content

Commit 961f143

Browse files
committed
fix: restore logRequest JSDoc above correct function
1 parent f459b89 commit 961f143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,6 @@ export async function resolveBody(
10381038

10391039
// Command Definition
10401040

1041-
/** Log outgoing request details in `> ` curl-verbose style. */
10421041
/**
10431042
* Record API error attributes on the active telemetry span.
10441043
*
@@ -1061,6 +1060,7 @@ function recordApiErrorAttributes(
10611060
}
10621061
}
10631062

1063+
/** Log outgoing request details in `> ` curl-verbose style. */
10641064
function logRequest(
10651065
method: string,
10661066
endpoint: string,

0 commit comments

Comments
 (0)