chore: remove await

This commit is contained in:
Ricardo Arturo Cabral Mejía 2023-02-07 21:50:48 -05:00 committed by antonleviathan
parent 320d67389b
commit ecfc8b7392
No known key found for this signature in database
GPG Key ID: 44A86CFF1FDF0E85

View File

@ -61,7 +61,7 @@ export class AuthEventMessageHandler extends EventMessageHandler implements IMes
return reason
}
if (!await isSignedAuthEvent(event)) {
if (!isSignedAuthEvent(event)) {
return 'invalid: auth verification failed'
}
}