intoli / user-agents

A JavaScript library for generating random user agents with data that's updated daily.
Other
983 stars 51 forks source link

Error: No user agents matched your filters. #72

Open jawadalkassim opened 12 months ago

jawadalkassim commented 12 months ago
 const filter = {
    deviceCategory: 'mobile',
    platform: 'Android'
  };

this filter is returning error

Error: No user agents matched your filters.

why i can't specify android phones?