diff --git a/library/codex_thread_requests/requests/node_storage_request.nim b/library/codex_thread_requests/requests/node_storage_request.nim index e12268eb..21eceb17 100644 --- a/library/codex_thread_requests/requests/node_storage_request.nim +++ b/library/codex_thread_requests/requests/node_storage_request.nim @@ -171,6 +171,7 @@ proc process*( if res.isErr: error "Failed to SPACE.", error = res.error return err($res.error) + return res of NodeStorageMsgType.EXISTS: let res = (await exists(codex, self.cid)) if res.isErr: