Add api source

This commit is contained in:
Geomitron
2024-05-04 03:20:54 -05:00
parent d57d8bcc9f
commit 3f72d21470
3 changed files with 6 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ export class SearchBarComponent implements OnInit, AfterViewInit {
this.searchService.advancedSearch({
instrument: this.instrument,
difficulty: this.difficulty,
source: 'bridge' as const,
...this.advancedSearchForm.getRawValue(),
}).subscribe()
}