Skip to content

Commit 8a5aba7

Browse files
committed
Remove undefined keys
Signed-off-by: Bhavya Aggarwal <bhavyaaggarwal1209@gmail.com>
1 parent 97f3f11 commit 8a5aba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/pods/questions/new/route.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ export default Route.extend({
55
currentUser: service(),
66
model () {
77
return this.store.createRecord('question', {
8-
title: '',
9-
description: '',
108
user: this.get('currentUser.user')
119
})
1210
},

0 commit comments

Comments
 (0)