Appease the linter

pull/21833/head
Travis Ralston 2019-12-09 20:38:56 -07:00
parent f529a6c7a2
commit 4548713c19
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ function textForWidgetEvent(event) {
function textForMjolnirEvent(event) {
const senderName = event.getSender();
const {entity: prevEntity, recommendation: prevRecommendation, reason: prevReason} = event.getPrevContent();
const {entity: prevEntity} = event.getPrevContent();
const {entity, recommendation, reason} = event.getContent();
// Rule removed