Merge pull request #5449 from indmind/patch-1

chore: fixed typo in API endpoint parameter
This commit is contained in:
Tommy Verrall
2025-06-12 08:42:50 +01:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ class MainFunctions:
print("\n\nNODE RESULTS FROM UNFILTERED QUERY\n")
if args.markdown:
node_markdown = self._dataframe_to_markdown(node_df, ["RESULT"], ["API EDNPOINT"])
node_markdown = self._dataframe_to_markdown(node_df, ["RESULT"], ["API ENDPOINT"])
print(node_markdown, "\n")
else:
self.print_neat_dict(node_dict)