Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 14, 2020
1 parent b369905 commit bc44f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Main {
// Notifications are enabled by default for comments.
// So only disable if the user wants to.
if (!this.notification) {
this.editSendReplies(commentData.things[0].data.name, false)
this.editSendReplies(commentData.name, false)
}
}
}
Expand Down

0 comments on commit bc44f52

Please sign in to comment.