Skip to content

TransT tracker integration #4886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ export class ToolsControlComponent extends React.PureComponent<Props, State> {
});
// eslint-disable-next-line no-await-in-loop
const response = await core.lambda.call(jobInstance.taskId, tracker, {
frame: frame,
frame: frame ,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to avoid the linter issue

shapes: trackableObjects.shapes,
states: trackableObjects.states,
});
Expand Down