Skip to content

Return an empty string when the patch-id is empty

This MR makes GetPatchID RPC to return an empty string instead of raising an exception when the diff is empty. Was planning to return nil, but returning an empty string instead since Go doesn't consider nil as string and fails to compile.

Closes #5638 (closed)

Edited by Sincheol (David) Kim

Merge request reports