mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-03 11:25:18 +00:00
Fix #3991
This commit is contained in:
@@ -569,6 +569,6 @@ class TransactionGroupTransformer extends AbstractTransformer
|
||||
return null;
|
||||
}
|
||||
|
||||
return $object['interest_date']->toAtomString();
|
||||
return $object[$key]->toAtomString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user