fix: fix longs
This commit is contained in:
parent
57b6d19005
commit
d629569ef3
@ -16,7 +16,12 @@ export class GrpcClientFactory {
|
|||||||
}) {
|
}) {
|
||||||
return ClientProxyFactory.create({
|
return ClientProxyFactory.create({
|
||||||
transport: Transport.GRPC,
|
transport: Transport.GRPC,
|
||||||
options
|
options: {
|
||||||
|
...options,
|
||||||
|
loader: {
|
||||||
|
longs: Number,
|
||||||
|
},
|
||||||
|
}
|
||||||
}) as ClientGrpc
|
}) as ClientGrpc
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,7 +38,4 @@ export class GrpcClientFactory {
|
|||||||
|
|
||||||
return client;
|
return client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user