Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Dec 15, 2022
1 parent 545a360 commit 062b0bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/providers/twitch-chat-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ function shortenComment(comment) {

if (out.commenter === null) {
out.commenter = {
"id": "0",
"login": "[deleted_user]",
"displayName": "[deleted_user]"
id: '0',
login: '[deleted_user]',
displayName: '[deleted_user]'
};
}
else {
Expand Down

0 comments on commit 062b0bc

Please sign in to comment.