Skip to content

Commit

Permalink
fix: mime/multipartutil: add param in refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Dec 7, 2024
1 parent e7973fa commit 77f8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mime/multipartutil/multipart_simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (ms MultipartSimple) Builder(close bool) (MultipartBuilder, error) {
}

func (ms MultipartSimple) Strings() (ctHeader, body string, err error) {
mb, err := ms.Builder()
mb, err := ms.Builder(true)
if err != nil {
return
}
Expand Down

0 comments on commit 77f8ef6

Please sign in to comment.