File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
packages/data-connect/src Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ export class DataConnect {
122
122
this . _isUsingGeneratedSdk = true ;
123
123
}
124
124
}
125
- // @internal
126
125
_setCallerSdkType ( callerSdkType : CallerSdkType ) : void {
127
126
this . _callerSdkType = callerSdkType ;
128
127
if ( this . _initialized ) {
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ export interface DataConnectTransport {
53
53
) : Promise < { data : T ; errors : Error [ ] } > ;
54
54
useEmulator ( host : string , port ?: number , sslEnabled ?: boolean ) : void ;
55
55
onTokenChanged : ( token : string | null ) => void ;
56
- // @internal
57
56
_setCallerSdkType ( callerSdkType : CallerSdkType ) : void ;
58
57
}
59
58
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ export class RESTTransport implements DataConnectTransport {
214
214
return taskResult ;
215
215
} ;
216
216
217
- // @internal
218
217
_setCallerSdkType ( callerSdkType : CallerSdkType ) : void {
219
218
this . _callerSdkType = callerSdkType ;
220
219
}
You can’t perform that action at this time.
0 commit comments