aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models/Need.ts
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-02-27 19:17:05 -0500
committerbenal01 <bja4245@rit.edu>2025-02-27 19:17:05 -0500
commitdf48929a7deb0dda072206ac5c32744dc95f20c5 (patch)
treec6e3b91dfbec5a339f84b967665ebf3aa8ce9859 /ufund-ui/src/app/models/Need.ts
parentf33629005913a2f2d6814c9a8686989278f38bb0 (diff)
downloadJellySolutions-df48929a7deb0dda072206ac5c32744dc95f20c5.tar.gz
JellySolutions-df48929a7deb0dda072206ac5c32744dc95f20c5.tar.bz2
JellySolutions-df48929a7deb0dda072206ac5c32744dc95f20c5.zip
Need class tests
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
}