fix: fix typo in team search url (#3923)

fix: fix typo in team search endpoint url

Co-authored-by: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
Akash K 2024-03-21 16:44:58 +05:30 committed by GitHub
parent dd65ad3103
commit 89d9951f3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,7 +205,7 @@ export class TeamSearchService extends Service {
this.endpoint
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
query
)}}`,
)}`,
{
withCredentials: true,
}