From 2fd4262a866302e8a4d534997a9fbcf995cbaead Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 29 Feb 2024 17:06:49 -0700 Subject: [PATCH] welp --- api/post.copy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/post.copy.go b/api/post.copy.go index 4281b93..6e80cd9 100644 --- a/api/post.copy.go +++ b/api/post.copy.go @@ -8,5 +8,4 @@ import ( func PostCopy(c echo.Context) error { return c.String(http.StatusOK, ``) - }