We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b889374 commit d24976bCopy full SHA for d24976b
Sources/Formula1API/Models/Constructors.swift
@@ -23,7 +23,7 @@ public struct ConstructorsData: Codable {
23
public let limit: String
24
public let offset: String
25
public let total: String
26
- public let constructorTable: ConstructorTable
+ public let constructorTable: ConstructorTable //
27
28
private enum CodingKeys: String, CodingKey {
29
case xmlns
0 commit comments