Corrected typo in a debug message

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/621/head
Cyrille Bollu 2019-07-10 17:17:47 +02:00
rodzic 1481a51e16
commit e4515688de
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -147,7 +147,7 @@ const actions = {
return axios.delete(OC.generateUrl(`apps/social/api/v1/post/like?postId=${post.id}`)).then((response) => {
context.commit('unlikePost', { post, parentAnnounce })
// eslint-disable-next-line no-console
console.log('Boost unliked with token ' + response.data.result.token)
console.log('Post unliked with token ' + response.data.result.token)
}).catch((error) => {
OC.Notification.showTemporary('Failed to unlike post')
console.error('Failed to unlike post', error)