feat: enhance models and services with Sendable conformance, add preview data for debugging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
struct TokenPair: Codable {
|
||||
struct TokenPair: Codable, Sendable {
|
||||
let accessToken: String
|
||||
let refreshToken: String
|
||||
let expiresAt: Date
|
||||
|
||||
Reference in New Issue
Block a user