linting issue fix

This commit is contained in:
Igor Serganov
2026-08-31 10:37:34 -07:00
committed by Kristoffer Dalby
parent a9f80d8802
commit c26b2fd0a4
+1
View File
@@ -752,6 +752,7 @@ func (h *Headscale) Serve() error {
}
var tailsqlCtx context.Context
tailsqlCtx, tailsqlCancel = context.WithCancel(ctx)
errorGroup.Go(func() error {