mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
cleanup results of npm run before-main-branch-merge
This commit is contained in:
parent
a270e76692
commit
563ff9a166
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ export const SimplifyOperation: OperationDescriptor<SimplifyParams> = {
|
||||||
const occ = ctx.occService;
|
const occ = ctx.occService;
|
||||||
const oci = occ.commandInterface;
|
const oci = occ.commandInterface;
|
||||||
|
|
||||||
let created = [];
|
const created = [];
|
||||||
let consumed = [];
|
const consumed = [];
|
||||||
|
|
||||||
|
|
||||||
params.tools.forEach((bodyToSimplify) => {
|
params.tools.forEach((bodyToSimplify) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue