fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-06 17:37:06 +00:00
parent 785f247027
commit 8bfd4d8866

View File

@ -109,6 +109,12 @@ export class TypedRouter {
this.fireEventInterestMap
.findInterest(typedRequestArg.correlation.id)
?.fullfillInterest(typedRequestArg);
return {
...typedRequestArg,
...{
method: 'nullPathFromResponse'
}
};
}
}
}