Skip to content

Commit

Permalink
Merge pull request #128 from GunnerUjjwol/fix-method-comment-for-ueba…
Browse files Browse the repository at this point in the history
…-createanomaly

fix comment for ueba createanomalysettings method
  • Loading branch information
cuongssh authored Dec 2, 2022
2 parents 5895b5f + e53036e commit 8b3cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/connectionmanager/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (store *ConnectionManager) UebaAnomalySettings() (UebaAnomalySettings, erro
return settings, err
}

// CreateAnomalySettings create a host to host store
// CreateAnomalySettings create Ueba anomaly settings
func (store *ConnectionManager) CreateAnomalySettings(settings UebaAnomalySettings) error {

_, err := store.api.
Expand Down

0 comments on commit 8b3cd38

Please sign in to comment.