Import content-type from Postman multi-part form

This commit is contained in:
Gregory Schier
2024-06-02 11:53:25 -07:00
parent a79d485b6a
commit a9db14994f
2 changed files with 3 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ function j(e) {
form: b(t.formdata).map(
(n) => n.src != null ? {
enabled: !n.disabled,
contentType: n.contentType ?? null,
name: n.key ?? "",
file: n.src ?? ""
} : {