mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 11:10:45 +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[]> => {
|
match = async (): Promise<MatchEntity[]> => {
|
||||||
this.candidates = await this.selector.select();
|
this.candidates = await this.selector.select();
|
||||||
|
|||||||
Reference in New Issue
Block a user