From aab0bfe2d5108d80f382db62aa53434269832a1d Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 5 Jun 2021 12:21:49 +0200 Subject: [PATCH] Removed redundant statement --- api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api.go b/api.go index 2d7dee79..39d57392 100644 --- a/api.go +++ b/api.go @@ -467,5 +467,4 @@ func (h *Headscale) handleAuthKey(c *gin.Context, db *gorm.DB, idKey wgcfg.Key, } c.Data(200, "application/json; charset=utf-8", respBody) log.Printf("[%s] Successfully authenticated via AuthKey", m.Name) - return }