Skip to content

Commit 972c6d9

Browse files
committed
add to set
1 parent 4ac8675 commit 972c6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/technologies/libs/queries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def list_data(params):
4848
data = set()
4949
for doc in documents:
5050
item = doc.to_dict()
51-
data.append(item['technology'])
51+
data.add(item['technology'])
5252

5353
return Result(result=list(data))
5454

0 commit comments

Comments
 (0)