Skip to content

Commit 6fc536c

Browse files
committed
typo
1 parent 7841e3e commit 6fc536c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/questions/new/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Controller from '@ember/controller';
33
export default Controller.extend({
44
actions: {
55
saveCourse () {
6-
this.get('question').save().then(question => {
6+
return this.get('question').save().then(question => {
77
this.transitionToRoute('questions.id', question)
88
})
99
}

0 commit comments

Comments
 (0)