Simplify output

This commit is contained in:
Andrew Morris
2023-03-30 14:10:18 +11:00
parent 26ca5eb25d
commit 9e57225ee5

View File

@@ -11,8 +11,8 @@ export default function main() {
}
return {
a,
b,
a: a.items,
b: b.items,
errors,
};
}