Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change return p1 and p2 ``` CategoryExpenses(records, p1, "rent") // => 0, nil CategoryExpenses(records, p2, "rent") // => 1300, nil ```
- Loading branch information