From df48929a7deb0dda072206ac5c32744dc95f20c5 Mon Sep 17 00:00:00 2001 From: benal01 Date: Thu, 27 Feb 2025 19:17:05 -0500 Subject: Need class tests --- ufund-ui/src/app/models/Need.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufund-ui/src/app/models') 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 } -- cgit v1.2.3