fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-06 17:27:59 +00:00
parent 0241eda296
commit 3f3f488dc4

View File

@ -110,6 +110,5 @@ export class TypedRouter {
.findInterest(typedRequestArg.correlation.id)
?.fullfillInterest(typedRequestArg);
}
return typedRequestArg;
}
}