Skip to content

Commit

Permalink
fix x
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcd committed Jun 23, 2019
1 parent 5784d96 commit 9a62a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Jobs/JobsCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class JobsCommand: Command {
console.info("Dequeing Job job_id=[\(jobStorage.id)]", newLine: true)

let jobRunPromise = eventLoop.newPromise(Void.self)
self.firstJobToSucceed(job: job,x
self.firstJobToSucceed(job: job,
jobContext: jobContext,
jobStorage: jobStorage,
tries: jobStorage.maxRetryCount,
Expand Down

0 comments on commit 9a62a1b

Please sign in to comment.