diff --git a/actions/comment.go b/actions/comment.go index 902f0f4..c8de7bb 100644 --- a/actions/comment.go +++ b/actions/comment.go @@ -120,7 +120,3 @@ func PostComment(c *gin.Context) { } err = errors.New(string(s)) } - -func fetchContent() { - -}