More readable return statement

This commit is contained in:
Bendodroid 2024-01-15 22:22:04 +01:00
parent 2495ce5808
commit 1d30c16e46
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC

View file

@ -41,5 +41,5 @@ func updateEndpointValidator(
return return
} }
return return body
} }