We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6386ba commit 5e3170aCopy full SHA for 5e3170a
Sources/JobsPostgres/PostgresJobsQueue.swift
@@ -458,7 +458,7 @@ extension PostgresDecodingContext where JSONDecoder == Foundation.JSONDecoder {
458
/// A ``PostgresDecodingContext`` that uses a Foundation `JSONDecoder` with job registry attached as userInfo.
459
public static func withJobRegistry(_ jobRegistry: JobRegistry) -> PostgresDecodingContext {
460
let jsonDecoder = JSONDecoder()
461
- jsonDecoder.userInfo[.configuration] = jobRegistry
+ jsonDecoder.userInfo[._jobConfiguration] = jobRegistry
462
return PostgresDecodingContext(jsonDecoder: jsonDecoder)
463
}
464
0 commit comments