mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 23:13:09 +00:00
Fix missing return statement
This commit is contained in:
parent
d9f53d0056
commit
58b8676d3e
@ -117,6 +117,7 @@ proc process*(
|
||||
if res.isErr:
|
||||
error "Failed to get PEER.", error = res.error
|
||||
return err($res.error)
|
||||
return res
|
||||
of NodeDebugMsgType.LOG_LEVEL:
|
||||
let res = (await updateLogLevel(codex, self.logLevel))
|
||||
if res.isErr:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user