1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-25 21:44:23 +00:00

feat(constants): add bot as a platform (#540) (#541)

Co-authored-by: Lucio Martinez <martinezlucio.com@gmail.com>
This commit is contained in:
Naor Peled
2023-11-27 16:21:18 +02:00
committed by GitHub
parent 07462efb6a
commit 94ab87ec0e
3 changed files with 3 additions and 2 deletions

View File

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