Skip to content

[builds-api]: fix descrepancy in Get endpoint return signature

Raymond Ndibe requested to merge fix_issue_in_get_endpoint into main

The Get endpoint still uses the old return signature (int, interface{}, error). Refactor it and related codes to use the newer signature (int, interface{})

Signed-off-by: Ndibe Raymond Olisaemeka rolisaemeka-ctr@wikimedia.org

Merge request reports