feat: prevent burst of proxy/layers update
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good

This commit is contained in:
2025-03-18 12:52:59 +01:00
parent cc5cdcea96
commit 59ecfa7b4e
2 changed files with 44 additions and 4 deletions

View File

@ -12,10 +12,6 @@ import (
"gitlab.com/wpetit/goweb/logger"
)
const (
flagPrintDefaultToken = "print-default-token"
)
func RunCommand() *cli.Command {
flags := common.Flags()