Skip to content

Commit 865b56f

Browse files
authored
Merge pull request #38 from myckhel/master
Fixed faileAttempts typo
2 parents 9f56373 + 46b3ee3 commit 865b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class Queue {
147147
const job: RawJob = {
148148
id: Uuid.v4(),
149149
payload: JSON.stringify(payload || {}),
150-
metaData: JSON.stringify({ faileAttempts: 0, errors: [] }),
150+
metaData: JSON.stringify({ failedAttempts: 0, errors: [] }),
151151
active: FALSE,
152152
created: new Date().toISOString(),
153153
failed: '',

0 commit comments

Comments
 (0)