Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan FB <[email protected]>
  • Loading branch information
richard-ramos and Ivansete-status committed Jan 7, 2025
1 parent 752c119 commit 46e4750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ proc process*(
@[protectedShard], uint16(self.clusterId)
)
except ValueError:
return err(getCurrentExceptionMsg())
return err("ADD_PROTECTED_SHARD exception: " & getCurrentExceptionMsg())
return ok("")

0 comments on commit 46e4750

Please sign in to comment.