mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
Other: Bump liteapi and clean up tests a bit
This commit is contained in:
@ -68,9 +68,7 @@ func (msg Message) Build() []byte {
|
||||
b = append(b, "Subject: "+msg.Subject+"\r\n"...)
|
||||
}
|
||||
|
||||
if msg.Body != "" {
|
||||
b = append(b, "\r\n"+msg.Body+"\r\n"...)
|
||||
}
|
||||
b = append(b, "\r\n"+msg.Body+"\r\n"...)
|
||||
|
||||
return b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user