run first lint

This commit is contained in:
Damian
2023-11-10 17:03:38 +00:00
committed by GitHub
parent f87e35b5f8
commit 571eb4174d
6 changed files with 38 additions and 39 deletions

View File

@@ -8,7 +8,6 @@ import (
)
func Ruleset(c *fiber.Ctx) error {
if os.Getenv("EXPOSE_RULESET") == "false" {
c.SendStatus(fiber.StatusForbidden)
return c.SendString("Rules Disabled")