Skip to content

Commit 9f13bb6

Browse files
committed
fix obstruction map collection
1 parent 8449ac8 commit 9f13bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/lens/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func init() {
3333
if err := grpcClient.WriteObstructionMapImage(filename); err != nil {
3434
log.Fatal().Err(err).Msg("Error writing obstruction map image")
3535
}
36+
return
3637
}
3738

3839
geoipClient = NewGeoIPClient()

0 commit comments

Comments
 (0)