Skip to content

Commit

Permalink
Merge pull request #398 from HackRU/tech-support
Browse files Browse the repository at this point in the history
Hotfix: TeamRU Confirm Invite
  • Loading branch information
shivanmodha authored Nov 7, 2020
2 parents 1460c36 + 0b02d58 commit a383437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ class Profile {
method: "POST",
headers: {
"Content-Type": "application/json",
token: this._tokenreplace("team_id", team_id)
token: this._token
},
body: JSON.stringify({
team2_id: invite_id
Expand Down

0 comments on commit a383437

Please sign in to comment.