Skip to content
Snippets Groups Projects
Commit 667204a1 authored by Sebastian Böckelmann's avatar Sebastian Böckelmann
Browse files

FIX: Missing Attribute 'params' in cnf in listing call generation

parent 2480e364
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ def typescript(output_dir):
"\t\tconst params = APIUtils.denullify_dict({\n"
"\t\t\t$PARAMETER"
"\t\t})\n"
"\t\tconst cnf = {}\n"
"\t\tconst cnf = {params: undefined}\n"
"\t\tObject.assign(cnf, (config || {}).netdb_axios_config)\n"
"\t\tcnf.params = params\n"
"\t\treturn Axios.get(`${NETVSConfig.NETDB_API_BASE_URL}/${NETVSConfig.NETDB_API_VERSION}/$PATH`, cnf)\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment