Skip to content

Commit

Permalink
Merge similar cases
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan <[email protected]>
  • Loading branch information
njooma and stuqdog authored Nov 13, 2024
1 parent 1e94864 commit b8ee86a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
case 'euler':
primValue = Orientation_EulerAngles(roll: value['roll'], pitch: value['pitch'], yaw: value['yaw']);
case 'vector3':
primValue = Vector3(x: value['x'], y: value['y'], z: value['z']);
case 'angular_velocity':
primValue = Vector3(x: value['x'], y: value['y'], z: value['z']);
case 'geopoint':
Expand Down

0 comments on commit b8ee86a

Please sign in to comment.