From a5c36af0f4bcbf399fe33b5a56a57df1a50f7081 Mon Sep 17 00:00:00 2001 From: Mike Renoir <> Date: Mon, 9 Jan 2023 14:58:03 +0400 Subject: [PATCH] macos typo --- submodules/Postbox/Sources/StorageBox/StorageBox.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/Postbox/Sources/StorageBox/StorageBox.swift b/submodules/Postbox/Sources/StorageBox/StorageBox.swift index 2fa5d0847c..639ffc527e 100644 --- a/submodules/Postbox/Sources/StorageBox/StorageBox.swift +++ b/submodules/Postbox/Sources/StorageBox/StorageBox.swift @@ -669,7 +669,7 @@ public final class StorageBox { let queue = self.queue return ActionDisposable { [weak self] in queue.async { - guard let self else { + guard let `self` = self else { return } self.totalSizeSubscribers.remove(index)