diff --git a/backend/src/search/SearchModule.ts b/backend/src/search/SearchModule.ts index c12db61a..5b6604f3 100644 --- a/backend/src/search/SearchModule.ts +++ b/backend/src/search/SearchModule.ts @@ -6,7 +6,6 @@ import { SearchController } from '@src/search/SearchController'; import { SearchService } from '@src/search/SearchService'; import { ElasticSearchQuery } from '@src/search/query/ElasticSearchQuery'; import { PlaceModule } from '@src/place/PlaceModule'; -import { PlaceService } from '@src/place/PlaceService'; @Module({ imports: [