Ensure application_key included in connected keys
All checks were successful
Build and Push Docker Image / test (push) Successful in 11s
Build and Push Docker Image / build_and_push (push) Successful in 27s

This commit is contained in:
Ankur Malik 2025-11-26 11:39:13 -05:00
parent 204f2d50c7
commit 7d067ca5cb

View File

@ -66,6 +66,8 @@ def post_processing(data, url, url_get_for_graph):
key for key in all_keys if key != application_key
][:500]
if application_key is not None and application_key not in connected_keys:
connected_keys.append(application_key)
return {
"application_key": application_key,