Skip to content

Commit d52781b

Browse files
committed
Make file path start doc entries optional
1 parent 35b1163 commit d52781b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ pub struct Start {
5050
pub versions: Versions,
5151
pub instrument: String,
5252
pub instrument_session: String,
53-
pub data_session_directory: String,
54-
pub scan_file: String,
53+
pub data_session_directory: Option<String>,
54+
pub scan_file: Option<String>,
5555
pub scan_id: i64,
5656
pub plan_type: String,
5757
pub plan_name: String,

0 commit comments

Comments
 (0)