mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +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() {
|
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