refactor(chalice): removed icon attribute

This commit is contained in:
Taha Yassine Kraiem 2025-06-02 15:48:51 +02:00 committed by Kraiem Taha Yassine
parent ed66b30b7d
commit 8b990f7732

View file

@ -260,6 +260,5 @@ def get_for_filters(project_id):
"name": k,
"displayName": metas[k],
"possibleTypes": ["String"],
"autoCaptured": False,
"icon": None})
"autoCaptured": False})
return {"total": len(results), "list": results}