fix return of consumeEvent

This commit is contained in:
Joe Howarth 2023-02-02 17:22:52 -07:00
parent 9ea639d27d
commit 84e83e1b63
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ export class GenericRelayerPlugin implements Plugin<WorkflowPayload> {
await this.addEntryToPendingQueue(hash, newEntry, db)
// do not create workflow until we have collected all VAAs
return {}
return
}
async addEntryToPendingQueue(hash: string, newEntry: Entry, db: StagingAreaKeyLock) {