mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Forgot to remove a line.
This commit is contained in:
@@ -109,7 +109,6 @@ class RecurrenceTransformer extends AbstractTransformer
|
|||||||
'notes' => $this->repository->getNoteText($recurrence),
|
'notes' => $this->repository->getNoteText($recurrence),
|
||||||
'repetitions' => $this->getRepetitions($recurrence),
|
'repetitions' => $this->getRepetitions($recurrence),
|
||||||
'transactions' => $this->getTransactions($recurrence),
|
'transactions' => $this->getTransactions($recurrence),
|
||||||
'meta' => $this->getMeta($recurrence),
|
|
||||||
'links' => [
|
'links' => [
|
||||||
[
|
[
|
||||||
'rel' => 'self',
|
'rel' => 'self',
|
||||||
|
Reference in New Issue
Block a user