-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Labels
bugSomething isn't workingSomething isn't workingtriageIssues / Features awaiting triageIssues / Features awaiting triage
Description
🐞 Bug Summary
When calling an API endpoint that attempts to extract the team_id from the token, the team_id field on the request can incorrectly be set to a dict representation of the full team spec rather than just the id string.
The bug was introduced in #1460. The specific problem is here where the value of payload.get("teams")[0] can return the full team object rather than just the id.
kevalmahajan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageIssues / Features awaiting triageIssues / Features awaiting triage