Forgot to remove a line.

This commit is contained in:
James Cole
2019-08-26 07:12:20 +02:00
parent 96222fdcea
commit 5e0d9bddba

View File

@@ -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',