We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab607e commit 07c599aCopy full SHA for 07c599a
1 file changed
src/internal/uploads.ts
@@ -179,7 +179,6 @@ const addFormValue = async (form: FormData, key: string, value: unknown): Promis
179
// Special case: env_vars should always be flattened for backward compatibility
180
// with APIs that expect env_vars[KEY] format
181
const shouldAlwaysFlatten = key === 'env_vars';
182
-
183
// If the object doesn't contain any uploadable values,
184
// serialize it as JSON instead of flattening it into bracketed keys.
185
// This handles fields with contentType: application/json in the OpenAPI spec.
0 commit comments