Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Remove duplicate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 23, 2024
1 parent f65afce commit 60df648
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 327 deletions.
98 changes: 0 additions & 98 deletions frontend/src/app/services/search/FormDataService.ts

This file was deleted.

48 changes: 0 additions & 48 deletions frontend/src/app/services/search/SearchFilterManager.ts

This file was deleted.

37 changes: 0 additions & 37 deletions frontend/src/app/services/search/searchfetcher/APISearchFetcher.ts

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions frontend/src/app/services/search/searchfetcher/SearchFetcher.ts

This file was deleted.

This file was deleted.

98 changes: 0 additions & 98 deletions frontend/src/services/search/FormDataService.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class APISearchFetcher extends SearchFetcher {
): Promise<SearchAPIResponse> {
try {
// Keep commented in case we need to simulate a delay to test loaders
// await new Promise((resolve) => setTimeout(resolve, 3250));
await new Promise((resolve) => setTimeout(resolve, 13250));

const response: SearchAPIResponse =
await this.searchApi.searchOpportunities(searchInputs);
Expand Down

0 comments on commit 60df648

Please sign in to comment.