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:
@@ -205,7 +205,7 @@ export class TeamSearchService extends Service {
|
|||||||
this.endpoint
|
this.endpoint
|
||||||
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
|
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
|
||||||
query
|
query
|
||||||
)}}`,
|
)}`,
|
||||||
{
|
{
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user