Skip to content

Commit c109e9e

Browse files
committed
Update StatsPeriodStore.swift
1 parent 981cb5b commit c109e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/Stores/StatsPeriodStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ extension StatsPeriodStore {
13001300
return topFileDownloadsStatus == .error
13011301
case .postStats(let postId):
13021302
return state.postStatsFetchingStatuses[postId] == .error
1303-
case .trafficOverviewData(let date, let period, let unit, let limit):
1303+
case .trafficOverviewData:
13041304
return fetchingOverviewHasFailed
13051305
}
13061306
}

0 commit comments

Comments
 (0)