Skip to content

Commit

Permalink
fix api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Aug 27, 2024
1 parent cbf8cc9 commit 3d29fac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ func checkCustomerCenterConfigData(_ data: CustomerCenterConfigData) {
let localization: CustomerCenterConfigData.Localization = data.localization
let support: CustomerCenterConfigData.Support = data.support
let lastPublishedAppVersion = data.lastPublishedAppVersion
let productId = data.productId

let _: CustomerCenterConfigData = .init(screens: screens,
appearance: appearance,
localization: localization,
support: support,
lastPublishedAppVersion: lastPublishedAppVersion)
lastPublishedAppVersion: lastPublishedAppVersion,
productId: productId)
}

func checkHelpPath(_ path: CustomerCenterConfigData.HelpPath) {
Expand Down

0 comments on commit 3d29fac

Please sign in to comment.