File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2617
2617
},
2618
2618
{
2619
2619
"kind" : " Content" ,
2620
- "text" : " {\n HTTP: string;\n GRRC : string;\n }"
2620
+ "text" : " {\n HTTP: string;\n GRPC : string;\n }"
2621
2621
},
2622
2622
{
2623
2623
"kind" : " Content" ,
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export abstract class OpenFunctionRuntime {
154
154
setTrigger(req : Request_3 , res ? : Response_2 ): void ;
155
155
get sidecarPort(): {
156
156
HTTP: string ;
157
- GRRC : string ;
157
+ GRPC : string ;
158
158
};
159
159
// Warning: (ae-forgotten-export) The symbol "OpenFunctionTrigger" needs to be exported by the entry point index.d.ts
160
160
protected trigger? : OpenFunctionTrigger ;
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export abstract class OpenFunctionRuntime {
138
138
get sidecarPort ( ) {
139
139
return {
140
140
HTTP : env . DAPR_HTTP_PORT || '3500' ,
141
- GRRC : env . DAPR_GRPC_PORT || '50001' ,
141
+ GRPC : env . DAPR_GRPC_PORT || '50001' ,
142
142
} ;
143
143
}
144
144
You can’t perform that action at this time.
0 commit comments