mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
Remove superfluous Options.Checksum type conversions (#522)
This commit is contained in:
parent
27909f22ce
commit
e666306ef8
6 changed files with 17 additions and 22 deletions
|
@ -55,7 +55,7 @@ var (
|
|||
|
||||
// SetConfigInfo records the status, checksum and timestamp of a configuration
|
||||
// reload. You must register InfoViews or the related config views before calling
|
||||
func SetConfigInfo(service string, success bool, checksum string) {
|
||||
func SetConfigInfo(service string, success bool) {
|
||||
|
||||
if success {
|
||||
serviceTag := tag.Insert(TagKeyService, service)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue