Skip to content

Commit

Permalink
APP-6639 - DoCommand from control tab for services no longer works (r…
Browse files Browse the repository at this point in the history
…egression) (#390)
  • Loading branch information
zaporter-work authored Oct 15, 2024
1 parent 203fecd commit d2fb07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/generic/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { JsonValue, Struct } from '@bufbuild/protobuf';
import type { CallOptions, PromiseClient } from '@connectrpc/connect';
import { GenericService } from '../../gen/component/generic/v1/generic_connect';
import { GenericService } from '../../gen/service/generic/v1/generic_connect';
import { RobotClient } from '../../robot';
import type { Options } from '../../types';
import { doCommandFromClient } from '../../utils';
Expand Down

0 comments on commit d2fb07a

Please sign in to comment.