fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-29 10:50:26 +02:00
parent 7d478c400e
commit 12f7348fec

View File

@ -96,6 +96,7 @@ export class TypedRouter {
text: 'There is no available method for this call on the server side',
data: {},
};
typedRequestArg.correlation.phase = 'response';
return typedRequestArg;
}