refactor(chalice): removed icon attribute
This commit is contained in:
parent
32dedb9c15
commit
132b1af055
1 changed files with 1 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue