From b2b1a99160a4e9165c666d80d0fc10d4bffea06a Mon Sep 17 00:00:00 2001 From: Lucio Martinez Date: Mon, 27 Nov 2023 13:41:17 +0100 Subject: [PATCH] Use the platforms map to set `bot` platforms --- src/parser-platforms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser-platforms.js b/src/parser-platforms.js index bb3be8d..15eedac 100644 --- a/src/parser-platforms.js +++ b/src/parser-platforms.js @@ -12,7 +12,7 @@ export default [ test: [/googlebot/i], describe() { return { - type: 'bot', + type: PLATFORMS_MAP.bot, vendor: 'Google', }; },