diff --git a/api/account.go b/api/account.go index c2b8479..a2e8854 100644 --- a/api/account.go +++ b/api/account.go @@ -20,7 +20,6 @@ func (server *Server) createAccount(ctx *gin.Context) { return } - // - + // Create the account after validating the input }