From 12f7348fecb68ee1d972040bcee644123fbdb442 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 29 Mar 2022 10:50:26 +0200 Subject: [PATCH] fix(core): update --- ts/typedrequest.classes.typedrouter.ts | 1 + 1 file changed, 1 insertion(+) 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; }