Skip to content

Commit 7a09254

Browse files
committedFeb 14, 2022
refactor: code cleanup remove unneeded semi colon
1 parent cb563c2 commit 7a09254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/views/Mentions.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default {
151151
// Websocket Handling
152152
const userChannelHandler = data => data.action === 'refreshMentions' ? refreshMentions() : null
153153
154-
watchUserChannel(userChannelHandler);
154+
watchUserChannel(userChannelHandler)
155155
156156
return { ...toRefs(v), humanDate, pageResults, dismissNotifications, deleteMention, userChannelHandler }
157157
}

0 commit comments

Comments
 (0)
Please sign in to comment.