Browse Source

chore(js): Remove unused getCurrentMember function (#48975)

Evan Purkhiser 1 year ago
parent
commit
1bc086887e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      static/app/actionCreators/members.tsx

+ 0 - 4
static/app/actionCreators/members.tsx

@@ -102,7 +102,3 @@ export function resendMemberInvite(
     },
   });
 }
-
-export function getCurrentMember(api: Client, orgId: string) {
-  return api.requestPromise(`/organizations/${orgId}/members/me/`);
-}