mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-05 11:39:36 +05:00
This commit is contained in:
parent
2cfdfcfb28
commit
43da1862ca
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ export function asJSON(res, object: any, status: number) {
|
|||
}
|
||||
|
||||
export function randomUA() {
|
||||
return USERAGENTS[Math.floor(Math.random() * USERAGENTS.length - 1)]
|
||||
return USERAGENTS[Math.floor(Math.random() * USERAGENTS.length)]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue