Skip to content

Commit 704f832

Browse files
authored
Merge branch 'master' into feature/messaging
2 parents 9e50106 + 5b3f343 commit 704f832

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BreakoutApi.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@ class BreakoutApi {
451451
return this.instance.get(`user/exists/`, { params: { email } } )
452452
.then(resp => resp.data);
453453
}
454+
455+
addSponsoring(teamId, sponsoring) {
456+
return this.instance.post(`event/-1/team/${teamId}/sponsoring/`, sponsoring)
457+
.then(resp => resp.data);
454458

455459
createGroupMessage(users) {
456460
return this.instance.post(`/messaging/`, users)

0 commit comments

Comments
 (0)