Use continue after moving certificate to main map

This commit is contained in:
Melon 2023-11-14 13:40:14 +00:00
parent 82704e5a13
commit c08e73ecfc
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -95,7 +95,7 @@ func NewApiServer(listen string, db *sql.DB, signer mjwt.Verifier, domains oUtil
if domainMap[topFqdn] { if domainMap[topFqdn] {
m[c.Id] = cert m[c.Id] = cert
} }
return continue
} }
// add to other and main if owned // add to other and main if owned