From 4f9b62cc609173810805d31b2fe59b23aad179c2 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:26:06 +0900 Subject: [PATCH] async completer minor fix --- Sources/LiveKit/Support/AsyncCompleter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LiveKit/Support/AsyncCompleter.swift b/Sources/LiveKit/Support/AsyncCompleter.swift index 51bf16d2b..c47df64c7 100644 --- a/Sources/LiveKit/Support/AsyncCompleter.swift +++ b/Sources/LiveKit/Support/AsyncCompleter.swift @@ -62,7 +62,7 @@ actor CompleterMapActor { class AsyncCompleter: Loggable { // struct WaitEntry { - let continuation: UnsafeContinuation + let continuation: UnsafeContinuation let timeOutBlock: DispatchWorkItem func cancel() {