Skip to content

Commit

Permalink
update thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
sagostin committed Sep 20, 2024
1 parent 8f6d711 commit fd1a31b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/agent/probe_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ func (pd *ProbeData) Create(db *mongo.Database) error {
}

a := Agent{ID: pp.Agent}
err = a.UpdateTimestamp(db)
if err != nil {
log.Error(err)
}
_ = a.UpdateTimestamp(db)

// load types

Expand Down

0 comments on commit fd1a31b

Please sign in to comment.