Skip to content

Commit c5c9684

Browse files
Apply suggestions from coderabbit
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4c8e57c commit c5c9684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/src/shared/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ export abstract class BaseClient {
878878
path = "/actions";
879879
}
880880
// XXX Is V1Component the correct type for triggers and actions?
881-
return this.makeConnectRequest<ComponentsRequestResponse>(path, {
881+
return this.makeConnectRequest<GetComponentsResponse>(path, {
882882
method: "GET",
883883
params,
884884
});
@@ -1137,7 +1137,7 @@ export abstract class BaseClient {
11371137
}
11381138

11391139
/**
1140-
* @deprecated Use `triggerDeploy` instead.
1140+
* @deprecated Use `deployTrigger` instead.
11411141
*/
11421142
public triggerDeploy(opts: DeployTriggerOpts) {
11431143
return this.deployTrigger(opts);

0 commit comments

Comments
 (0)