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', }; },