Appease the linter

This commit is contained in:
Travis Ralston 2019-12-09 20:38:56 -07:00
parent f529a6c7a2
commit 4548713c19

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