mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Co-authored-by: Lucio Martinez <martinezlucio.com@gmail.com>
This commit is contained in:
@@ -90,6 +90,7 @@ export const PLATFORMS_MAP = {
|
||||
mobile: 'mobile',
|
||||
desktop: 'desktop',
|
||||
tv: 'tv',
|
||||
bot: 'bot',
|
||||
};
|
||||
|
||||
export const OS_MAP = {
|
||||
|
||||
@@ -12,7 +12,7 @@ export default [
|
||||
test: [/googlebot/i],
|
||||
describe() {
|
||||
return {
|
||||
type: 'bot',
|
||||
type: PLATFORMS_MAP.bot,
|
||||
vendor: 'Google',
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user