Skip to content

Commit 3c61175

Browse files
algolia-botmillotp
andcommitted
fix(specs): add a linter to assert that type is present (generated)
algolia/api-clients-automation#4393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent ad69e95 commit 3c61175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Abtesting/Models/ListABTestsResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Foundation
77
#endif
88

99
public struct ListABTestsResponse: Codable, JSONEncodable {
10-
/// A/B tests.
10+
/// The list of A/B tests, null if no A/B tests are configured for this application.
1111
public var abtests: [ABTest]?
1212
/// Number of A/B tests.
1313
public var count: Int

0 commit comments

Comments
 (0)