mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-12 01:23:18 +00:00
Fix missing res
This commit is contained in:
parent
40d2715bac
commit
480bd3b659
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user