Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio committed Jan 24, 2025
1 parent d321f2c commit 6b0b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-api/src/auth_api/services/org.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def create_org(org_info: dict, user_id):
mailing_address = org_info.pop("mailingAddress", None)
payment_info = org_info.pop("paymentInfo", {})
product_subscriptions = org_info.pop("productSubscriptions", None)
type_code = org_info.pop("typeCode", None)
# type_code = org_info.pop("typeCode", None)

bcol_profile_flags = None
response = Org._validate_and_raise_error(org_info)
Expand Down

0 comments on commit 6b0b8c7

Please sign in to comment.