Skip to content

Commit c738ec3

Browse files
jarugupjstainless-app[bot]
authored andcommitted
Lint error fix
1 parent 552525e commit c738ec3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)