Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt committed Dec 18, 2024
1 parent 4b65405 commit ea7efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ export class RobotClient extends EventDispatcher implements Robot {
// MACHINE STATUS

async getMachineStatus() {
return await this.robotService.getMachineStatus({});
return this.robotService.getMachineStatus({});
}

// MODULES
Expand Down

0 comments on commit ea7efd4

Please sign in to comment.