Skip to content

Commit 506c012

Browse files
Update packages/sdk/src/shared/index.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6858d81 commit 506c012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/shared/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ export abstract class BaseClient {
987987
* @deprecated Use `triggerDeploy` instead.
988988
*/
989989
public triggerDeploy(opts: DeployTriggerOpts) {
990-
return this.triggerDeploy(opts);
990+
return this.deployTrigger(opts);
991991
}
992992

993993
/**

0 commit comments

Comments
 (0)