linting issue fix

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