Skip to content

Commit

Permalink
Add uuid (#109)
Browse files Browse the repository at this point in the history
Add uuid
  • Loading branch information
oaliaga authored Jan 26, 2024
1 parent 749b15d commit 6639ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Prey/Classes/PreyNotification.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ class PreyNotification {
"firmware_info": firmwareInfo,
]
let hardwareAttributes : [String:String] = [
"ram_size" : preyDevice.ramSize!
"ram_size" : preyDevice.ramSize!,
"uuid" : preyDevice.uuid!,
]
let params:[String: Any] = [
"notification_id" : tokenAsString,
"name" : UIDevice.current.name,
"specs": specs,
"hardware_attributes":hardwareAttributes
]
Expand Down

0 comments on commit 6639ead

Please sign in to comment.