Skip to content

Commit e0ea350

Browse files
committed
Add more periphery ignore comments.
1 parent e6c1513 commit e0ea350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Sources/Networking/Remote/POSCatalogSyncRemote.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ private extension POSCatalogSyncRemote {
331331
// MARK: - Response Models
332332

333333
/// Response from catalog generation request.
334+
// periphery:ignore - TODO - remove this periphery ignore comment when this endpoint is integrated with catalog sync
334335
public struct POSCatalogRequestResponse: Decodable {
335336
/// Current status of the catalog generation job.
336337
public let status: POSCatalogStatus
@@ -352,6 +353,7 @@ public enum POSCatalogStatus: String, Decodable {
352353
}
353354

354355
/// POS catalog from download.
356+
// periphery:ignore - TODO - remove this periphery ignore comment when this endpoint is integrated with catalog sync
355357
public struct POSCatalogResponse {
356358
public let products: [POSProduct]
357359
public let variations: [POSProductVariation]

0 commit comments

Comments
 (0)