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 a6de570 commit bc226bcCopy full SHA for bc226bc
Modules/Sources/Yosemite/Tools/POS/POSCatalogSyncCoordinator.swift
@@ -274,7 +274,8 @@ private extension POSCatalogSyncCoordinator {
274
// MARK: - Sync Eligibility
275
276
/// Checks if sync is eligible for the given site based on catalog eligibility and temporal criteria
277
- func checkSyncEligibility(for siteID: Int64) async -> Bool {guard await catalogEligibilityChecker.catalogEligibility(for: siteID) == .eligible else {
+ func checkSyncEligibility(for siteID: Int64) async -> Bool {
278
+ guard await catalogEligibilityChecker.catalogEligibility(for: siteID) == .eligible else {
279
DDLogInfo("📋 POSCatalogSyncCoordinator: Site \(siteID) - Catalog ineligible")
280
return false
281
}
0 commit comments