From fc5662947c02757468099821c9e64057b9d58dda Mon Sep 17 00:00:00 2001 From: rmawatson Date: Sun, 15 Feb 2026 17:17:21 +0000 Subject: [PATCH] removed ws --- routers/api/actions/runner/interceptor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/api/actions/runner/interceptor.go b/routers/api/actions/runner/interceptor.go index d297f73d43..7382014258 100644 --- a/routers/api/actions/runner/interceptor.go +++ b/routers/api/actions/runner/interceptor.go @@ -41,7 +41,6 @@ var withRunner = connect.WithInterceptors(connect.UnaryInterceptorFunc(func(unar } return nil, status.Error(codes.Internal, err.Error()) } - if subtle.ConstantTimeCompare([]byte(runner.TokenHash), []byte(auth_model.HashToken(token, runner.TokenSalt))) != 1 { return nil, status.Error(codes.Unauthenticated, "unregistered runner") }