crearted -> created

Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
This commit is contained in:
Joe Howarth 2023-01-31 16:38:46 -05:00
parent 813c2181ad
commit 7fa160e50e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export class GenericRelayerPlugin implements Plugin<WorkflowPayload> {
// track which delivery vaa hashes have all vaas ready this iteration
let newlyResolved = new Map<string, Entry>()
await db.withKey([PENDING], async (kv: { [PENDING]?: Pending[] }) => {
// if objects have not been crearted, initialize
// if objects have not been created, initialize
if (!kv.pending) {
kv.pending = []
}