Skip to content

Commit 07c599a

Browse files
committed
Lint error fix
1 parent 0ab607e commit 07c599a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal/uploads.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ const addFormValue = async (form: FormData, key: string, value: unknown): Promis
179179
// Special case: env_vars should always be flattened for backward compatibility
180180
// with APIs that expect env_vars[KEY] format
181181
const shouldAlwaysFlatten = key === 'env_vars';
182-
183182
// If the object doesn't contain any uploadable values,
184183
// serialize it as JSON instead of flattening it into bracketed keys.
185184
// This handles fields with contentType: application/json in the OpenAPI spec.

0 commit comments

Comments
 (0)