This commit is contained in:
Tobias Johansson 2019-04-01 16:59:11 +02:00
parent 093f4101cf
commit 67a56dc797

View File

@ -45,7 +45,7 @@ Vue.component('comment-rating', {
.then((updatedComment) => { .then((updatedComment) => {
EventBus.$emit(Events.UPDATED_COMMENT, updatedComment); EventBus.$emit(Events.UPDATED_COMMENT, updatedComment);
}) })
.fail((err) => {toastr.error(pillar.utils.messageFromError(err), 'Faied to vote on comment')}) .fail((err) => {toastr.error(pillar.utils.messageFromError(err), 'Failed to vote on comment')})
); );
} }
} }