Skip to content

Commit

Permalink
make elements public
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 5, 2023
1 parent bbb8531 commit 3328451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MultipartFormDataParser/MultipartFormData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import FoundationNetworking
#endif

public struct MultipartFormData {
let elements: [Element]
public let elements: [Element]
}

public extension MultipartFormData {
Expand Down

0 comments on commit 3328451

Please sign in to comment.