style: auto format

This commit is contained in:
github-actions[bot] 2023-06-16 17:05:30 +00:00
parent 22eec4b834
commit 919d93c384
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const { randUserAgent } = require('@tonyrl/rand-user-agent');
* @returns A random useragent for the given specifications.
*/
module.exports = ({ browser = 'chrome', os = 'mac os', device = 'desktop' }) => {
require('@tonyrl/rand-user-agent/data/user-agents.json') // prevent @vercel/nft from removing the file
require('@tonyrl/rand-user-agent/data/user-agents.json'); // prevent @vercel/nft from removing the file
device = device.toLowerCase();
browser = browser.toLowerCase();
os = os.toLowerCase();