Skip to content

Commit ea7efd4

Browse files
committed
lint
1 parent 4b65405 commit ea7efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ export class RobotClient extends EventDispatcher implements Robot {
722722
// MACHINE STATUS
723723

724724
async getMachineStatus() {
725-
return await this.robotService.getMachineStatus({});
725+
return this.robotService.getMachineStatus({});
726726
}
727727

728728
// MODULES

0 commit comments

Comments
 (0)