Skip to content

Commit

Permalink
fix(specs): add a linter to assert that type is present (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4393

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 27, 2025
1 parent ad69e95 commit 3c61175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Abtesting/Models/ListABTestsResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Foundation
#endif

public struct ListABTestsResponse: Codable, JSONEncodable {
/// A/B tests.
/// The list of A/B tests, null if no A/B tests are configured for this application.
public var abtests: [ABTest]?
/// Number of A/B tests.
public var count: Int
Expand Down

0 comments on commit 3c61175

Please sign in to comment.