mirror of https://github.com/vector-im/riot-web
Appease the linter
parent
f529a6c7a2
commit
4548713c19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue