diff options
Diffstat (limited to 'cmd/site/main.go')
| -rw-r--r-- | cmd/site/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/site/main.go b/cmd/site/main.go index e3987b3..843884d 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -34,7 +34,7 @@ func main() { "port": port, }) - prometheus.Register(prommod.NewCollector("christine")) + _ = prometheus.Register(prommod.NewCollector("christine")) s, err := Build() if err != nil { |
