Fixed linting issues
This commit is contained in:
parent
5403f215bc
commit
01d9a2f589
2 changed files with 3 additions and 2 deletions
3
app.go
3
app.go
|
@ -322,7 +322,8 @@ func (h *Headscale) expireEphemeralNodesWorker() {
|
|||
func (h *Headscale) grpcAuthenticationInterceptor(ctx context.Context,
|
||||
req interface{},
|
||||
info *grpc.UnaryServerInfo,
|
||||
handler grpc.UnaryHandler) (interface{}, error) {
|
||||
handler grpc.UnaryHandler,
|
||||
) (interface{}, error) {
|
||||
// Check if the request is coming from the on-server client.
|
||||
// This is not secure, but it is to maintain maintainability
|
||||
// with the "legacy" database-based client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue