From 027b8fe93802cc537eb33ddb723324ba94a9a9c6 Mon Sep 17 00:00:00 2001 From: Lucio Martinez Date: Mon, 27 Nov 2023 13:47:51 +0100 Subject: [PATCH] Use the platforms map to set the `bot` platform --- 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 48b1eb1..f973698 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', }; },