diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-18 20:51:41 -0500 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-18 20:51:41 -0500 |
commit | a7727b470b97dc6ae721f2e32f86c230bf24263d (patch) | |
tree | f36921995661836e06efeb075bb19b3f0333556d /ufund-api/data | |
parent | 2fc9729cdf220e03f43183a148f8b5780c50e515 (diff) | |
download | JellySolutions-a7727b470b97dc6ae721f2e32f86c230bf24263d.tar.gz JellySolutions-a7727b470b97dc6ae721f2e32f86c230bf24263d.tar.bz2 JellySolutions-a7727b470b97dc6ae721f2e32f86c230bf24263d.zip |
Updated createNeed method to check if max is less than or equal to 0 and if current is greater than max
Diffstat (limited to 'ufund-api/data')
-rw-r--r-- | ufund-api/data/cupboard.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |