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 {
229229 rule_index : Some ( i) ,
230230 version : Some ( self . version ) ,
231231 reason : format ! ( "{e:?}" ) ,
232+ track_access_events : self . track_access_events ,
233+ last_modified : self . last_modified ,
232234 ..Default :: default ( )
233235 } ;
234236 }
@@ -240,10 +242,14 @@ impl Toggle {
240242 value : Some ( v. value ) ,
241243 variation_index : Some ( v. index ) ,
242244 version : Some ( self . version ) ,
245+ track_access_events : self . track_access_events ,
246+ last_modified : self . last_modified ,
243247 reason : "default." . to_owned ( ) ,
244248 ..Default :: default ( )
245249 } ,
246250 Err ( e) => EvalDetail {
251+ track_access_events : self . track_access_events ,
252+ last_modified : self . last_modified ,
247253 version : Some ( self . version ) ,
248254 reason : format ! ( "{e:?}" ) ,
249255 ..Default :: default ( )
You can’t perform that action at this time.
0 commit comments