The "create_terminology" function in the Project class calls response["payload"], where response is what the internal "_create_terminology" method returns. However, the internal method already returns response["payload"].
I assume the ["payload"] in the Project class is undesired and I will open a PR for the issue.
Describe the bug
The "create_terminology" function in the Project class calls
response["payload"]
, whereresponse
is what the internal "_create_terminology" method returns. However, the internal method already returnsresponse["payload"]
.I assume the
["payload"]
in the Project class is undesired and I will open a PR for the issue.