cleanup results of npm run before-main-branch-merge

This commit is contained in:
Mike Molinari 2023-02-15 03:20:24 +00:00
parent a270e76692
commit 563ff9a166

View file

@ -21,8 +21,8 @@ export const SimplifyOperation: OperationDescriptor<SimplifyParams> = {
const occ = ctx.occService;
const oci = occ.commandInterface;
let created = [];
let consumed = [];
const created = [];
const consumed = [];
params.tools.forEach((bodyToSimplify) => {