Skip to content

Commit d2fb07a

Browse files
APP-6639 - DoCommand from control tab for services no longer works (regression) (#390)
1 parent 203fecd commit d2fb07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/generic/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { JsonValue, Struct } from '@bufbuild/protobuf';
22
import type { CallOptions, PromiseClient } from '@connectrpc/connect';
3-
import { GenericService } from '../../gen/component/generic/v1/generic_connect';
3+
import { GenericService } from '../../gen/service/generic/v1/generic_connect';
44
import { RobotClient } from '../../robot';
55
import type { Options } from '../../types';
66
import { doCommandFromClient } from '../../utils';

0 commit comments

Comments
 (0)