From 2700afafdb09bbdb5a1d2e3ba4b97a9b4bfc417e Mon Sep 17 00:00:00 2001 From: Up Date: Sun, 12 May 2024 04:41:56 +0200 Subject: [PATCH] cleanup --- api/endpoints.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/endpoints.go b/api/endpoints.go index 7347dd6..e305954 100644 --- a/api/endpoints.go +++ b/api/endpoints.go @@ -400,7 +400,6 @@ func handleSaveData2(w http.ResponseWriter, r *http.Request) { return } w.WriteHeader(http.StatusOK) - return } func handleNewClear(w http.ResponseWriter, r *http.Request) {