fix(core): update
This commit is contained in:
parent
737f413324
commit
77dddd9157
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedrequest',
|
||||
version: '3.0.13',
|
||||
version: '3.0.14',
|
||||
description: 'make typed requests towards apis'
|
||||
}
|
||||
|
@ -120,6 +120,7 @@ export class TypedRouter {
|
||||
typedRequestArg.correlation.phase = 'response';
|
||||
|
||||
// encode again before handing back
|
||||
typedRequestArg.localData = null;
|
||||
typedRequestArg = VirtualStream.encodePayloadForNetwork(typedRequestArg, {
|
||||
typedrouter: this,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user