Fix missing res

This commit is contained in:
Arnaud 2025-11-02 20:17:34 +01:00 committed by Eric
parent 40d2715bac
commit 480bd3b659
No known key found for this signature in database

View File

@ -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: