Update map.ts
This commit is contained in:
@@ -62,8 +62,8 @@ export async function mapController(
|
|||||||
: `site:${req.body.url}`;
|
: `site:${req.body.url}`;
|
||||||
// www. seems to exclude subdomains in some cases
|
// www. seems to exclude subdomains in some cases
|
||||||
const mapResults = await fireEngineMap(mapUrl, {
|
const mapResults = await fireEngineMap(mapUrl, {
|
||||||
// limit to 50 results (beta)
|
// limit to 100 results (beta)
|
||||||
numResults: Math.min(limit, 50),
|
numResults: Math.min(limit, 100),
|
||||||
});
|
});
|
||||||
|
|
||||||
if (mapResults.length > 0) {
|
if (mapResults.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user