clean
This commit is contained in:
parent
dcb584eeb4
commit
4dd9924857
|
@ -68,6 +68,7 @@ public class MutedAccounts implements Serializable {
|
|||
try {
|
||||
return gson.toJson(accounts);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue