Skip to content

Commit 5e3170a

Browse files
committed
CodingUserInfoKey.configuration -> CodingUserInfoKey._jobConfiguration
1 parent e6386ba commit 5e3170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JobsPostgres/PostgresJobsQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ extension PostgresDecodingContext where JSONDecoder == Foundation.JSONDecoder {
458458
/// A ``PostgresDecodingContext`` that uses a Foundation `JSONDecoder` with job registry attached as userInfo.
459459
public static func withJobRegistry(_ jobRegistry: JobRegistry) -> PostgresDecodingContext {
460460
let jsonDecoder = JSONDecoder()
461-
jsonDecoder.userInfo[.configuration] = jobRegistry
461+
jsonDecoder.userInfo[._jobConfiguration] = jobRegistry
462462
return PostgresDecodingContext(jsonDecoder: jsonDecoder)
463463
}
464464
}

0 commit comments

Comments
 (0)