Skip to content

Follow-up: Change empty response value from empty string to NoneType

Dylan Bernardi requested to merge v2-return-noneType-not-emptyString into main

As per this comment. It was suggested that a None datatype be returned instead of an empty string for those working on this in the future as parsing becomes easier.

Will close this issue, https://gitlab.com/gitlab-org/gitlab/-/issues/416503+, upon merge.

cc @jayswain @srayner

Edited by Dylan Bernardi

Merge request reports