fix
This commit is contained in:
parent
33ad95c9bd
commit
2cc02b35c5
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ export class ManagementManager {
|
|||
const awaiting = this.awaitingRequests[req.authorize_npub]
|
||||
if (awaiting) {
|
||||
delete this.awaitingRequests[req.authorize_npub]
|
||||
await this.handleRequest(awaiting.request, awaiting.event)
|
||||
if (!grant.banned) {
|
||||
await this.handleRequest(awaiting.request, awaiting.event)
|
||||
}
|
||||
}
|
||||
return {
|
||||
manage_id: grant.serial_id.toString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue