File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,10 @@ extension PostgresDynamicTypeEncodable {
166166
167167/// A context that is passed to Swift objects that are encoded into the Postgres wire format. Used
168168/// to pass further information to the encoding method.
169- public struct PostgresEncodingContext < JSONEncoder: PostgresJSONEncoder > {
169+ public struct PostgresEncodingContext < JSONEncoder: PostgresJSONEncoder > : Sendable {
170170 /// A ``PostgresJSONEncoder`` used to encode the object to json.
171171 public var jsonEncoder : JSONEncoder
172172
173-
174173 /// Creates a ``PostgresEncodingContext`` with the given ``PostgresJSONEncoder``. In case you want
175174 /// to use the a ``PostgresEncodingContext`` with an unconfigured Foundation `JSONEncoder`
176175 /// you can use the ``default`` context instead.
You can’t perform that action at this time.
0 commit comments