Remove one more unnecessary edit

This commit is contained in:
U65535F 2025-02-27 20:52:25 +05:30
parent 1c13d36d34
commit e290fd20fc

View File

@ -377,7 +377,7 @@ public abstract class PaymentAccount implements PersistablePayload {
@SuppressWarnings("unchecked")
public PaymentAccountForm toForm() {
// convert to json map
Map<String, Object> jsonMap = gsonBuilder.create().fromJson(toJson(), (Type) Object.class);