Appease the linter
This commit is contained in:
parent
f529a6c7a2
commit
4548713c19
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ function textForWidgetEvent(event) {
|
||||||
|
|
||||||
function textForMjolnirEvent(event) {
|
function textForMjolnirEvent(event) {
|
||||||
const senderName = event.getSender();
|
const senderName = event.getSender();
|
||||||
const {entity: prevEntity, recommendation: prevRecommendation, reason: prevReason} = event.getPrevContent();
|
const {entity: prevEntity} = event.getPrevContent();
|
||||||
const {entity, recommendation, reason} = event.getContent();
|
const {entity, recommendation, reason} = event.getContent();
|
||||||
|
|
||||||
// Rule removed
|
// Rule removed
|
||||||
|
|
Loading…
Reference in a new issue