File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ impl Toggle {
229
229
rule_index : Some ( i) ,
230
230
version : Some ( self . version ) ,
231
231
reason : format ! ( "{e:?}" ) ,
232
+ track_access_events : self . track_access_events ,
233
+ last_modified : self . last_modified ,
232
234
..Default :: default ( )
233
235
} ;
234
236
}
@@ -240,10 +242,14 @@ impl Toggle {
240
242
value : Some ( v. value ) ,
241
243
variation_index : Some ( v. index ) ,
242
244
version : Some ( self . version ) ,
245
+ track_access_events : self . track_access_events ,
246
+ last_modified : self . last_modified ,
243
247
reason : "default." . to_owned ( ) ,
244
248
..Default :: default ( )
245
249
} ,
246
250
Err ( e) => EvalDetail {
251
+ track_access_events : self . track_access_events ,
252
+ last_modified : self . last_modified ,
247
253
version : Some ( self . version ) ,
248
254
reason : format ! ( "{e:?}" ) ,
249
255
..Default :: default ( )
You can’t perform that action at this time.
0 commit comments