kopia lustrzana https://github.com/nextcloud/social
Corrected typo in a debug message
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>pull/621/head
rodzic
1481a51e16
commit
e4515688de
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue