Skip to content

Commit

Permalink
Wip add ssssssssss
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Mar 26, 2024
1 parent 00d99df commit 0ff8285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const createTeamAccess = async ({
role,
teamId,
}: CreateTeamAccessParams): Promise<Access> => {
const response = await fetchAPI(`teams/${teamId}/accessses/`, {
const response = await fetchAPI(`teams/${teamId}/accesssssssssssses/`, {
method: 'POST',
body: JSON.stringify({
user: userId,
Expand Down

0 comments on commit 0ff8285

Please sign in to comment.