mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Fix eslint
This commit is contained in:
parent
1506eba28d
commit
d8734fc542
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default {
|
|||
node = node[segs[i]];
|
||||
}
|
||||
|
||||
if (node && i == segs.length-1) {
|
||||
if (node && i === segs.length-1) {
|
||||
node[segs[segs.length-1]] = v;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue