Skip to content

Commit

Permalink
Update Sources/JobsRedis/RedisJobQueue.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Joannis Orlandos <[email protected]>
  • Loading branch information
adam-fowler and Joannis authored Sep 14, 2024
1 parent 58a7571 commit 4830e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/JobsRedis/RedisJobQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public final class RedisJobQueue: JobQueueDriver {

/// Push job data onto queue
/// - Parameters:
/// - buffer: Job data
/// - buffer: Encoded Job data
/// - options: Job options
/// - Returns: Job ID
@discardableResult public func push(_ buffer: ByteBuffer, options: JobOptions) async throws -> JobID {
Expand Down

0 comments on commit 4830e7e

Please sign in to comment.