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