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
|
||||
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
|
||||
query
|
||||
)}}`,
|
||||
)}`,
|
||||
{
|
||||
withCredentials: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user