fix: cal correct action

This commit is contained in:
Vlad Stan 2023-02-16 17:54:11 +02:00
parent 94730ba464
commit 2c0bcce8c7
2 changed files with 18 additions and 6 deletions

View file

@ -238,7 +238,7 @@ async function relayDetails(path) {
}
this.relay.config.forcedAuthEvents.push(value)
},
removeSkipAuthForEvent: function (eventKind) {
removeForceAuthForEvent: function (eventKind) {
value = +eventKind
this.relay.config.forcedAuthEvents =
this.relay.config.forcedAuthEvents.filter(e => e !== value)