Skip to content

Commit

Permalink
WMRUSTORE-6: Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
enotniy committed Dec 2, 2024
1 parent 8009b2f commit c1f7589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mindbox/Model/Bodies/MobileApplicationInfoUpdated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ struct MobileApplicationInfoUpdated: Codable {

let instanceId: String

/// Храним единственный токен в массиве, потому что в таком формате его ожидает бекенд
let tokens: [TokenData]

init(token: String?,
Expand Down
1 change: 1 addition & 0 deletions Mindbox/Model/Bodies/MobileApplicationInstalled.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ struct MobileApplicationInstalled: Codable {
/// ID текущая таймзона устройства в формате IANA, например "Asia/Krasnoyarsk", null если недоступно
let ianaTimeZone: String?

/// Храним единственный токен в массиве, потому что в таком формате его ожидает бекенд
let tokens: [TokenData]

init(
Expand Down

0 comments on commit c1f7589

Please sign in to comment.