summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/async_client.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 24d540929..ee9d1a4f0 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -759,6 +759,8 @@ export function getTeamMember(teamId, userId) {
callTracker[callName] = utils.getTimestamp();
Client.getTeamMember(
+ teamId,
+ userId,
(data) => {
callTracker[callName] = 0;