Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Jul 12, 2023
1 parent 5d527e7 commit cf92e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splitio/commitversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This file is created automatically, please do not edit
*/

// CommitVersion is the version of the last commit previous to release
const CommitVersion = "4253b9f"
const CommitVersion = "5d527e7"
2 changes: 1 addition & 1 deletion splitio/proxy/storage/optimized/changesummary.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (s *splitSet) update(toAdd []SplitMinimalView, toRemove []SplitMinimalView)
}

for idx := range toRemove {
delete(s.data, toAdd[idx].Name)
delete(s.data, toRemove[idx].Name)
}
}

Expand Down

0 comments on commit cf92e16

Please sign in to comment.