Skip to content

Commit

Permalink
fix: fix typo in team search url (#3923)
Browse files Browse the repository at this point in the history
fix: fix typo in team search endpoint url

Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
amk-dev and jamesgeorge007 committed Mar 21, 2024
1 parent dd65ad3 commit 89d9951
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -205,7 +205,7 @@ export class TeamSearchService extends Service {
this.endpoint
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
query
)}}`,
)}`,
{
withCredentials: true,
}
Expand Down

0 comments on commit 89d9951

Please sign in to comment.