Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelograno committed Jan 23, 2024
1 parent 8a9ba4b commit 15ef04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion splitio/commitsha.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package splitio

const CommitSHA = "67fb0db"
const CommitSHA = "8a9ba4b"
1 change: 0 additions & 1 deletion splitio/conf/splitd.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func (s *SDK) PopulateWithDefaults() {
s.FeatureFlags.PopulateWithDefaults()
s.Impressions.PopulateWithDefaults()
s.Events.PopulateWithDefaults()
s.FlagSetsFilter = []string{}
}

type FeatureFlags struct {
Expand Down

0 comments on commit 15ef04f

Please sign in to comment.