From f8b07176f3d6302a3989f2d3b50f191253330077 Mon Sep 17 00:00:00 2001 From: lucasmallmann Date: Thu, 30 Apr 2020 14:33:12 -0300 Subject: [PATCH] docs: fix example from string to number in api response --- desafio-fundamentos-reactjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desafio-fundamentos-reactjs/README.md b/desafio-fundamentos-reactjs/README.md index 3c2cd52..6afe7a7 100644 --- a/desafio-fundamentos-reactjs/README.md +++ b/desafio-fundamentos-reactjs/README.md @@ -55,7 +55,7 @@ Além disso, tenha certeza que as informações da categoria, estão sendo retor "id": "c0512e43-6589-4dc8-bd0c-2a3f71b347aa", "title": "Loan", "type": "income", - "value": "1500.00", + "value": 1500.0, "category_id": "d93eccc7-64bb-4268-b825-9200103f3a8b", "created_at": "2020-04-20T00:00:49.620Z", "updated_at": "2020-04-20T00:00:49.620Z",