Skip to content

Commit

Permalink
Update pkg/sorted/update.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3b4sd committed Sep 27, 2023
1 parent 7fa617c commit 6ce17f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sorted/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func (u *update) Index(key string, new string, sco float64, ind ...string) (bool
return false, tracer.Mask(executionFailedError)
}

// TODO conformance tests
func (u *update) Score(key string, new string, sco float64) (bool, error) {
con := u.pool.Get()
defer con.Close()
Expand Down

0 comments on commit 6ce17f1

Please sign in to comment.