Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jan 18, 2025
1 parent f1678ec commit f8dfe37
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ export const thermocyclerSetTargetLidTemperature: CommandCreator<TemperaturePara
invariantContext,
prevRobotState
) => {
const { moduleId, celsius } = args
return {
commands: [
{
commandType: 'thermocycler/setTargetLidTemperature',
key: uuid(),
params: {
moduleId: args.moduleId,
celsius: args.celsius
moduleId,
celsius,
},
},
],
Expand Down

0 comments on commit f8dfe37

Please sign in to comment.