Skip to content

Commit d652d64

Browse files
committed
feat(sessionspaces): update sessionspaces for i15-1 machine accounts
1 parent 7175d71 commit d652d64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/sessionspaces/src/permissionables/instrument_subjects.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ enum InstrumentGroup {
7373
I14Staff,
7474
#[strum(serialize = "i15_staff")]
7575
I15Staff,
76+
#[strum(serialize = "i15-1detector")]
77+
I15_1Detector,
7678
#[strum(serialize = "i16_staff")]
7779
I16Staff,
7880
#[strum(serialize = "i18_staff")]
@@ -182,6 +184,7 @@ impl InstrumentGroup {
182184
Self::I13Staff => BTreeSet::from([Instrument::I13, Instrument::I13_1]),
183185
Self::I14Staff => BTreeSet::from([Instrument::I14]),
184186
Self::I15Staff => BTreeSet::from([Instrument::I15, Instrument::I15_1]),
187+
Self::I15_1Detector => BTreeSet::from([Instrument::I15_1]),
185188
Self::I16Staff => BTreeSet::from([Instrument::I16]),
186189
Self::I18Staff => BTreeSet::from([Instrument::I18]),
187190
Self::I19Staff => {

0 commit comments

Comments
 (0)