Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimallea authored and caspervonb committed Jan 24, 2021
1 parent 8b12401 commit cbd64d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mime/multipart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export class MultipartReader {
}
}
}
return multipatFormData(fileMap, valueMap);
return multipartFormData(fileMap, valueMap);
}

private currentPart: PartReader | undefined;
Expand Down Expand Up @@ -418,7 +418,7 @@ export class MultipartReader {
}
}

function multipatFormData(
function multipartFormData(
fileMap: Map<string, FormFile | FormFile[]>,
valueMap: Map<string, string>,
): MultipartFormData {
Expand Down

0 comments on commit cbd64d1

Please sign in to comment.