Skip to content

Commit

Permalink
chore: remove formatted string
Browse files Browse the repository at this point in the history
  • Loading branch information
itailevi98 committed Jun 17, 2024
1 parent 27499c9 commit 68ccdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propelauth_py/api/org.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _fetch_pending_invites(
if not _is_valid_id(org_id):
return None

url = auth_url + f"/api/backend/v1/pending_org_invites"
url = auth_url + "/api/backend/v1/pending_org_invites"
params = {
"page": page,
"page_size": page_size,
Expand Down

0 comments on commit 68ccdf6

Please sign in to comment.