mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
apply no-nested-ternary
This commit is contained in:
@@ -442,6 +442,7 @@ if (window.CefSharp) {
|
||||
}
|
||||
if (args.json.length &&
|
||||
(options.param.offset += args.json.length,
|
||||
// eslint-disable-next-line no-nested-ternary
|
||||
options.N > 0
|
||||
? options.N > options.param.offset
|
||||
: options.N < 0
|
||||
|
||||
Reference in New Issue
Block a user