Skip to content

Commit

Permalink
Remove rebundunt preconcurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Oct 5, 2024
1 parent 99a5a21 commit a665862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/NotificationHistoryModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/10.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct NotificationHistoryModel: Codable, Hashable, Sendable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/SubscriptionStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/22.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct SubscriptionStatus: Codable, Hashable, Sendable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/TransactionHistory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/24.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct TransactionHistory: Codable, Hashable, Sendable {
Expand Down

0 comments on commit a665862

Please sign in to comment.