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 35fc5ed commit 5ce28deCopy full SHA for 5ce28de
Sources/ClientRuntime/Serialization/SerializationUtils/TimestampSerdeUtils.swift
@@ -90,11 +90,6 @@ struct TimestampEncodable: Encodable {
90
let date: Date
91
let format: TimestampFormat
92
93
- init(date: Date, format: TimestampFormat) {
94
- self.date = date
95
- self.format = format
96
- }
97
-
98
/// Encodes the date according to the format.
99
func encode(to encoder: Encoder) throws {
100
var container = encoder.singleValueContainer()
0 commit comments