aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models/Need.ts
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-27 21:03:35 -0500
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-27 21:03:35 -0500
commit79d8806a34abe980093fb4b48806a57e27e28365 (patch)
tree9b93e305367f834d24505b9d74e4100efeb441a2 /ufund-ui/src/app/models/Need.ts
parentb04d873dfd757e1130845678a57ad8cf818b692e (diff)
parentdf48929a7deb0dda072206ac5c32744dc95f20c5 (diff)
downloadJellySolutions-79d8806a34abe980093fb4b48806a57e27e28365.tar.gz
JellySolutions-79d8806a34abe980093fb4b48806a57e27e28365.tar.bz2
JellySolutions-79d8806a34abe980093fb4b48806a57e27e28365.zip
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
Diffstat (limited to 'ufund-ui/src/app/models/Need.ts')
-rw-r--r--ufund-ui/src/app/models/Need.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts
index 607a6a7..c0425ec 100644
--- a/ufund-ui/src/app/models/Need.ts
+++ b/ufund-ui/src/app/models/Need.ts
@@ -7,7 +7,7 @@ export interface Need {
current: number;
}
-enum GoalType {
+export enum GoalType {
MONETARY,
PHYSICAL
}