mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
disallow prefer-destructuring
This commit is contained in:
@@ -2508,8 +2508,7 @@ if (window.CefSharp) {
|
||||
}
|
||||
ctx.$isExpired = false;
|
||||
if (ctx.tags) {
|
||||
// destructuring
|
||||
[ctx.$group] = ctx.tags;
|
||||
ctx.$group = ctx.tags[0];
|
||||
}
|
||||
return ctx;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user