aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-03-17 22:56:19 -0400
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-03-17 22:56:19 -0400
commitb5797b53eddf5a52ea9bbd8f3c638edd678407ab (patch)
tree4bbd0905ff63de9b3337b1a5989e1677494111c0 /ufund-api/src/main/java
parent7de909de2778633660afe5d68f848d1e618b8470 (diff)
downloadJellySolutions-b5797b53eddf5a52ea9bbd8f3c638edd678407ab.tar.gz
JellySolutions-b5797b53eddf5a52ea9bbd8f3c638edd678407ab.tar.bz2
JellySolutions-b5797b53eddf5a52ea9bbd8f3c638edd678407ab.zip
please work, i backmerged and everything. -ak
Diffstat (limited to 'ufund-api/src/main/java')
-rw-r--r--ufund-api/src/main/java/com/ufund/api/ufundapi/model/Need.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/model/Need.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/model/Need.java
index 9ca097a..c0e9214 100644
--- a/ufund-api/src/main/java/com/ufund/api/ufundapi/model/Need.java
+++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/model/Need.java
@@ -14,7 +14,7 @@ public class Need {
@JsonProperty("filterAttributes") private String[] filterAttributes;
@JsonProperty("type") final private GoalType type;
@JsonProperty("maxGoal") private double maxGoal;
- @JsonProperty("Current") private double current;
+ @JsonProperty("current") private double current;
/**
* Create a new need