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 SessionResponse: Codable, Identifiable {
|
||||
struct SessionResponse: Codable, Identifiable, Sendable {
|
||||
let id: UUID
|
||||
let userAgent: String
|
||||
let ipAddress: String
|
||||
|
||||
Reference in New Issue
Block a user