Kentai Radiquum 2025-05-31 12:04:28 +05:00
parent 2cfdfcfb28
commit 43da1862ca
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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)]
}