diff --git a/Sources/AblyChat/Logging.swift b/Sources/AblyChat/Logging.swift index 2d6c7d6..88c35af 100644 --- a/Sources/AblyChat/Logging.swift +++ b/Sources/AblyChat/Logging.swift @@ -1,6 +1,6 @@ import os -public typealias LogContext = [String: any Sendable] +public typealias LogContext = [String: JSONValue] public protocol LogHandler: AnyObject, Sendable { /**