Skip to content

Commit

Permalink
FIX: diaPASEF type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-willems-bruker committed Jun 14, 2024
1 parent 3b8a4ed commit 4705a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/readers/frame_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl FrameReader {
let acquisition = if sql_frames.iter().any(|x| x.msms_type == 8) {
AcquisitionType::DDAPASEF
} else if sql_frames.iter().any(|x| x.msms_type == 9) {
AcquisitionType::DDAPASEF
AcquisitionType::DIAPASEF
} else {
AcquisitionType::Unknown
};
Expand Down

0 comments on commit 4705a58

Please sign in to comment.