From 1d30c16e468f5a9df58c3e6a7f76c589ce38622a Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Mon, 15 Jan 2024 22:22:04 +0100 Subject: [PATCH] More readable return statement --- handlers/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/util.go b/handlers/util.go index 625a9c0..319c726 100644 --- a/handlers/util.go +++ b/handlers/util.go @@ -41,5 +41,5 @@ func updateEndpointValidator( return } - return + return body }