Fix bad match edge case for google
This commit is contained in:
parent
82bac11f5a
commit
29cbd00b16
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ export function* search(data, original = {}, cleaned = false) {
|
|||
}
|
||||
return yield search(cleanedData, data, true);
|
||||
}
|
||||
return { service: 'google' };
|
||||
}
|
||||
|
||||
const name = original.name || data.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue