Use the platforms map to set `bot` platforms

pull/539/head
Lucio Martinez 6 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], test: [/googlebot/i],
describe() { describe() {
return { return {
type: 'bot', type: PLATFORMS_MAP.bot,
vendor: 'Google', vendor: 'Google',
}; };
}, },

Loading…
Cancel
Save