Skip to content

Commit

Permalink
Fixed mock transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarodr committed May 2, 2024
1 parent 8b06217 commit 52ebf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mocks/transactions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"date": "2024-05-03T18:00:00",
"date": "2024-05-03T18:00:00-03:00",
"daily_balance": 6300,
"transactions": [
{
Expand All @@ -21,7 +21,7 @@
]
},
{
"date": "2024-05-02T09:00:00",
"date": "2024-05-02T09:00:00-03:00",
"daily_balance": 10000,
"transactions": [
{
Expand Down

0 comments on commit 52ebf9c

Please sign in to comment.