You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several places, the code to convert a BeamlineConfiguration and current number file is duplicated. Now that it is required as part of multiple queries it should be extracted somewhere sensible. eg
let dir = nt
.for_beamline(&beamline, conf.tracker_file_extension()).await?;let high_file = dir.prev().await?;Ok(CurrentConfiguration{db_config: conf,
high_file,})
In several places, the code to convert a BeamlineConfiguration and current number file is duplicated. Now that it is required as part of multiple queries it should be extracted somewhere sensible. eg
could become something like
The text was updated successfully, but these errors were encountered: