mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 08:12:40 +00:00
fix tests
This commit is contained in:
@@ -13,7 +13,7 @@ export abstract class Algorithm {
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Filter candidates that matches the query
|
||||
* Return Ads that matches the query as Matches
|
||||
*/
|
||||
match = async (): Promise<MatchEntity[]> => {
|
||||
this.candidates = await this.selector.select();
|
||||
|
||||
Reference in New Issue
Block a user