Remove unnecessary line in checkApiAvailability

This commit is contained in:
NagyZoltanPeter 2026-06-24 21:16:01 +02:00
parent f3cb30903c
commit 7d45e64753
No known key found for this signature in database
GPG Key ID: 3E1F97CF4A7B6F42

View File

@ -47,7 +47,6 @@ proc stop*(self: MessagingClient) {.async.} =
proc checkApiAvailability(self: MessagingClient): Result[void, string] =
if self.isNil():
return err("MessagingClient is not initialized")
return ok()
method subscribe*(