Skip to content

Commit be40001

Browse files
committed
fixed protoLoader option
1 parent 4b55261 commit be40001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/microservices/interfaces/microservice-configuration.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface GrpcOptions {
2424
credentials?: any;
2525
protoPath: string;
2626
package: string;
27-
protoLoader: string;
27+
protoLoader?: string;
2828
/** @deprecated */
2929
root?: string;
3030
loader?: {

0 commit comments

Comments
 (0)