1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: unexpected comma operator; swapped for semi

This commit is contained in:
lemonslut 2025-06-07 16:37:22 -06:00
parent 48b37805e3
commit 42792cbd80
No known key found for this signature in database

View file

@ -802,7 +802,7 @@ export default class Actions extends Module {
if ( u ) {
u.moderator = line.props.isCurrentUserModerator;
u.staff = line.props.isCurrentUserStaff;
u.reply_mode = this.parent.context.get('chat.replies.style'),
u.reply_mode = this.parent.context.get('chat.replies.style');
u.can_reply = can_reply;
}