Skip to content

Commit

Permalink
run linting
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Sep 10, 2021
1 parent 9cc48d3 commit e90b140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/emotes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ div.bttv-emote + .bttv-emo-5e76d399d6581c3724c0f0b8 {
.bttv-emote-image {
position: relative;
vertical-align: middle;
margin: -.5rem 0;
margin: -0.5rem 0;
}
2 changes: 1 addition & 1 deletion src/modules/youtube/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class YouTubeModule {
}
}

parseMessage(element, messageObj) {
parseMessage(element) {
const from = element.querySelector(CHAT_USERNAME_SELECTOR);
const mockUser = {name: from.textContent};
chat.messageReplacer($(element.querySelector(CHAT_MESSAGE_SELECTOR)), mockUser);
Expand Down

0 comments on commit e90b140

Please sign in to comment.