We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45b282 commit b307ae5Copy full SHA for b307ae5
packages/data-connect/src/api/DataConnect.ts
@@ -125,6 +125,7 @@ export class DataConnect {
125
// @internal
126
_setCallerSdkType(callerSdkType: CallerSdkType): void {
127
this._callerSdkType = callerSdkType;
128
+ this._transport._setCallerSdkType(callerSdkType);
129
}
130
_delete(): Promise<void> {
131
_removeServiceInstance(
0 commit comments