summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/command_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/command_runner.py')
-rw-r--r--openbb_platform/core/openbb_core/app/command_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbb_platform/core/openbb_core/app/command_runner.py b/openbb_platform/core/openbb_core/app/command_runner.py
index a68df202fb9..9315af5812f 100644
--- a/openbb_platform/core/openbb_core/app/command_runner.py
+++ b/openbb_platform/core/openbb_core/app/command_runner.py
@@ -332,6 +332,7 @@ class StaticCommandRunner:
user_settings = execution_context.user_settings
system_settings = execution_context.system_settings
+ # TODO: Use execution_context > CommandMap to get the method (GET, POST)
# If "data" and "kwargs" are both keys in kwargs, it is a POST command.
# We want to unpack the "kwargs" into the kwargs dict.
if "data" in kwargs and "kwargs" in kwargs: