Skip to content

Commit

Permalink
Update Offer.score to double
Browse files Browse the repository at this point in the history
  • Loading branch information
ashumadobe authored Oct 3, 2024
1 parent 775ba05 commit b937639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ public class Offer: NSObject, Codable {
@objc public let etag: String

/// Offer priority score
@objc public let score: Int
@objc public let score: Double

/// Offer schema string
@objc public let schema: String
Expand Down

0 comments on commit b937639

Please sign in to comment.