From a7727b470b97dc6ae721f2e32f86c230bf24263d Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Feb 2025 20:51:41 -0500 Subject: Updated createNeed method to check if max is less than or equal to 0 and if current is greater than max --- ufund-api/data/cupboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufund-api/data') diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index 0637a08..a30bf2e 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1 +1 @@ -[] \ No newline at end of file +[{"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0}] \ No newline at end of file -- cgit v1.2.3