mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-11 05:48:18 +02:00
lint
This commit is contained in:
parent
aa619424df
commit
50f7368b19
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ func (srv *Server) OnConfigChange(ctx context.Context, cfg *config.Config) error
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
srv.xdsmgr.Update(ctx, cfg.Version, res)
|
srv.xdsmgr.Update(ctx, res)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue