Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -16054,7 +16054,7 @@ class HandleDataInteraction { |
16054 | 16054 | : value |
16055 | 16055 | |
16056 | 16056 | if (service) { |
16057 | - way = callType === 'ASYNC' ? 'twoway' : 'oneway' | |
16057 | + way = callType === 'ASYNC' ? 'oneway' : 'twoway' | |
16058 | 16058 | } |
16059 | 16059 | const instructionData = { |
16060 | 16060 | method: "methodThingskit", | ... | ... |