Skip to content

Commit 287a8ec

Browse files
committed
Add periphery ignore comment for new remote method that is not integrated with the app yet.
1 parent 3749c01 commit 287a8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Sources/Networking/Remote/POSCatalogSyncRemote.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public class POSCatalogSyncRemote: Remote {
9898
/// - siteID: Site ID to download catalog for.
9999
/// - downloadURL: Download URL of the catalog file.
100100
/// - Returns: List of products and variations in the POS catalog.
101+
// periphery:ignore - TODO - remove this periphery ignore comment when this method is integrated with catalog sync
101102
public func downloadCatalog(for siteID: Int64, downloadURL: String) async throws -> POSCatalog {
102103
// TODO: WOOMOB-1173 - move download task to the background using `URLSessionConfiguration.background`
103104
guard let url = URL(string: downloadURL) else {

0 commit comments

Comments
 (0)