From 7eb11de84e5e4dc8b04e8f780e23c875b16ddcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blik?= Date: Sun, 21 Jun 2026 06:40:09 +0200 Subject: [PATCH] Reset db.json do czystego seedu --- db.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/db.json b/db.json index 149e036..019a826 100644 --- a/db.json +++ b/db.json @@ -66,7 +66,7 @@ "serviceId": "s1", "date": "2026-06-25", "time": "09:00", - "status": "cancelled" + "status": "pending" }, { "id": "r2", @@ -107,18 +107,7 @@ "date": "2026-07-03", "time": "16:00", "status": "confirmed" - }, - { - "userId": "u2", - "serviceId": "s1", - "date": "2026-09-01", - "time": "14:30", - "specialRequirements": null, - "status": "pending", - "depositPaid": 25, - "transactionId": "TXN-USDR1S5D", - "id": "-4aG8VQUVhM" } ], "$schema": "./node_modules/json-server/schema.json" -} \ No newline at end of file +}