Skip to content

Commit 1440915

Browse files
mudinthewaterPeter Di Pasquale
andauthored
343 fix enum alarm state (#396)
Co-authored-by: Peter Di Pasquale <peter.di.pasquale@jpl.nasa.gov>
1 parent 1d9568d commit 1440915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/channelLimits/ChannelLimitsProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class ChannelLimitsProvider {
4141
}
4242

4343
// enum alarms are dn alarms
44-
alarmKey.replace('enum_', 'dn_');
44+
alarmKey = alarmKey.replace('enum_', 'dn_');
4545

4646
return alarmKey;
4747
}

0 commit comments

Comments
 (0)