Skip to content

Commit

Permalink
Merge pull request #203 from ably/improve-LogContext-type
Browse files Browse the repository at this point in the history
Change the type of `LogContext`
  • Loading branch information
lawrence-forooghian authored Dec 18, 2024
2 parents 0159c48 + 9450de2 commit 7633dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AblyChat/Logging.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

public typealias LogContext = [String: any Sendable]
public typealias LogContext = [String: JSONValue]

public protocol LogHandler: AnyObject, Sendable {
/**
Expand Down

0 comments on commit 7633dbf

Please sign in to comment.