Skip to content

Commit 514a95c

Browse files
committed
Updated status
1 parent 1fbc498 commit 514a95c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

splitio/commitversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This file is created automatically, please do not edit
55
*/
66

77
// CommitVersion is the version of the last commit previous to release
8-
const CommitVersion = "f8ab000"
8+
const CommitVersion = "1fbc498"

splitio/proxy/storage/rulebasedsegments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func archivedRBDTOForView(view *optimized.RBView) dtos.RuleBasedSegmentDTO {
5757
return dtos.RuleBasedSegmentDTO{
5858
ChangeNumber: view.LastUpdated,
5959
Name: view.Name,
60-
Status: constants.SplitStatusActive,
60+
Status: constants.SplitStatusArchived,
6161
}
6262
}
6363

splitio/proxy/storage/splits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func archivedDTOForView(view *optimized.FeatureView) dtos.SplitDTO {
250250
TrafficAllocation: 100,
251251
TrafficAllocationSeed: 0,
252252
Seed: 0,
253-
Status: constants.SplitStatusActive,
253+
Status: constants.SplitStatusArchived,
254254
Killed: false,
255255
DefaultTreatment: "off",
256256
Algo: 1,

0 commit comments

Comments
 (0)