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 +}