We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f1bb2 commit 8f9ddc8Copy full SHA for 8f9ddc8
1 file changed
logos_delivery/messaging/messaging_client.nim
@@ -58,7 +58,7 @@ method subscribe*(
58
59
method unsubscribe*(
60
self: MessagingClient, contentTopic: ContentTopic
61
-): Result[void, string] {.raises[].} =
+): Result[void, string] {.raises: [].} =
62
?checkApiAvailability(self)
63
64
return self.node.subscriptionManager.unsubscribe(contentTopic)
0 commit comments