Skip to content

Commit

Permalink
Fix wrong name for thermal video string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Oct 18, 2022
1 parent e5292ec commit 32bc437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/api/Database/Models/IsarStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ public static InspectionTypeEnum InspectionTypeFromString(string sensorType)
"Audio" => InspectionTypeEnum.Audio,
"TakeImage" => InspectionTypeEnum.Image,
"TakeVideo" => InspectionTypeEnum.Video,
"TakeThermalImage" => InspectionTypeEnum.ThermalImage,
"TakeThermalVideo" => InspectionTypeEnum.ThermalVideo,
"ThermicVideo" => InspectionTypeEnum.ThermalVideo,
_ => InspectionTypeEnum.Image,
};
}
Expand Down

0 comments on commit 32bc437

Please sign in to comment.