Skip to content

Commit

Permalink
Reverted trackId back to Int. Closes #246
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Nov 8, 2018
1 parent 9a72fcc commit a43d87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Models/SirenLookupModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct SirenLookupModel: Decodable {
}

/// The app's App ID.
public let appID: String
public let appID: Int

/// The release date for the latest verison of the app.
public let currentVersionReleaseDate: String
Expand Down
2 changes: 1 addition & 1 deletion Sources/Siren.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public final class Siren: NSObject {
/// The last Date that a version check was performed.
var lastVersionCheckPerformedOnDate: Date?

fileprivate var appID: String?
fileprivate var appID: Int?
fileprivate lazy var alertViewIsVisible: Bool = false

/// Type of the available update
Expand Down

0 comments on commit a43d87d

Please sign in to comment.