diff --git a/ts/typedrequest.classes.typedrouter.ts b/ts/typedrequest.classes.typedrouter.ts index 2fe26c0..d7acb05 100644 --- a/ts/typedrequest.classes.typedrouter.ts +++ b/ts/typedrequest.classes.typedrouter.ts @@ -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; }