Skip to content

Commit

Permalink
fix adding linkedin table twice
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Jan 22, 2024
1 parent 90c2d53 commit 1bc16fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrive/idva/flow_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def linked_pivot(sheets_id, names_to_id, col_dict):
sheets_client.add_pivot_tables(
sheets_id,
names_to_id[SheetsEnum.REKREWT.value],
idva.linkedin(col_dict),
idva.linked(col_dict),
row_idx=5,
col_idx=26,
)
Expand Down

0 comments on commit 1bc16fa

Please sign in to comment.