Use the platforms map to set `bot` platforms

pull/539/head
Lucio Martinez 5 months ago committed by GitHub
parent 31798267cc
commit b2b1a99160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ export default [
test: [/googlebot/i],
describe() {
return {
type: 'bot',
type: PLATFORMS_MAP.bot,
vendor: 'Google',
};
},

Loading…
Cancel
Save