mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Fix word splitting
This commit is contained in:
@@ -24,6 +24,7 @@ const userReq = {
|
||||
`getUser missing user data for: ${params.userId}`
|
||||
);
|
||||
}
|
||||
json.$lastFetch = Date.now(); // todo: make this not suck
|
||||
const args = {
|
||||
json,
|
||||
params,
|
||||
|
||||
Reference in New Issue
Block a user