Skip to content

Commit

Permalink
feat: fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Jun 13, 2024
1 parent fea8eab commit 6b20056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/sources/rooms/usecases/query_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def execute(
"results": query_results.get("results"),
}
return paginated_results # parser(paginated_results)
filters["project"] = project
filters["project"] = str(project.uuid)
query, params = generate_sql_query(
filters=filters, query_type=operation, query_kwargs=query_kwargs
)
Expand Down

0 comments on commit 6b20056

Please sign in to comment.