mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
fix(GODT-3185): logic mistake.
This commit is contained in:
@ -885,7 +885,7 @@ func (s *Connector) reportGODT3185(isDraft bool, defaultAddr string, p *parser.P
|
||||
}
|
||||
|
||||
reportMode := "combined"
|
||||
if isCombinedMode {
|
||||
if !isCombinedMode {
|
||||
reportMode = "split"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user