Fixed tweaks appearing as list
This commit is contained in:
parent
88511f1016
commit
7048196682
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ function buildTweakObject(tweak) {
|
|||
});
|
||||
});
|
||||
|
||||
const tweakString = JSON.stringify(tweak, null, 2);
|
||||
const tweakString = JSON.stringify(tweak[0], null, 2);
|
||||
return tweakString;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue