mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 16:41:59 -06:00
Fix #3991
This commit is contained in:
parent
276de8a470
commit
9151f44022
@ -569,6 +569,6 @@ class TransactionGroupTransformer extends AbstractTransformer
|
||||
return null;
|
||||
}
|
||||
|
||||
return $object['interest_date']->toAtomString();
|
||||
return $object[$key]->toAtomString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user