mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-26 17:52:30 +01:00
chore: remove await
This commit is contained in:
parent
320d67389b
commit
ecfc8b7392
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user