aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models/User.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/models/User.ts')
-rw-r--r--ufund-ui/src/app/models/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/models/User.ts b/ufund-ui/src/app/models/User.ts
index 46fe4a1..9149fe7 100644
--- a/ufund-ui/src/app/models/User.ts
+++ b/ufund-ui/src/app/models/User.ts
@@ -2,5 +2,5 @@ import {Need} from './Need';
export interface User {
username: string;
- cupboard: Need[];
+ basket: Need[];
}