Skip to content

Commit

Permalink
feature: passing project uuid to integrations source
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Nov 28, 2024
1 parent 1445540 commit 484e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/widgets/usecases/get_source_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_source_data_from_widget(
if widget.type == "vtex_order":
auth_source = get_source(slug="vtexcredentials")
serialized_auth: dict = auth_source.execute(
filters={"project": widget.project},
filters={"project": widget.project.uuid},
operation="get_vtex_auth",
parser=parse_dict_to_json,
return_format="",
Expand Down

0 comments on commit 484e326

Please sign in to comment.