mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small fix
This commit is contained in:
@@ -1208,7 +1208,7 @@ public class Log {
|
||||
for (EntityAccount account : accounts)
|
||||
try {
|
||||
JSONObject jaccount = account.toJSON();
|
||||
jaccount.put("state", account.state == null ? "null" : account.separator);
|
||||
jaccount.put("state", account.state == null ? "null" : account.state);
|
||||
jaccount.put("warning", account.warning);
|
||||
jaccount.put("error", account.error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user