Skip to content

Commit

Permalink
externalServer for sendRequestAndGetResponse()
Browse files Browse the repository at this point in the history
  • Loading branch information
tima101 committed Apr 22, 2019
1 parent cba93c4 commit a23eebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/api/team-member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ export const toggleTheme = data =>

export const sendUserIdsToLambda = data =>
sendRequestAndGetResponse(`${LAMBDA_API_ENDPOINT}/`, {
externalServer: true,
body: JSON.stringify(data),
});

0 comments on commit a23eebf

Please sign in to comment.