Skip to content

Commit

Permalink
Hardcoded account id
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs-szogi-instructure committed Aug 27, 2024
1 parent 0c73ed7 commit f2f47ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_canvas_catalog/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_url_params(
next_page_token: Any | None,
) -> dict[str, Any]:
params = super().get_url_params(context, next_page_token)
params["accountId"] = self.config.get("account_id", "")
params["accountId"] = 1

return params

Expand Down

0 comments on commit f2f47ec

Please sign in to comment.