mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +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 oci = occ.commandInterface;
|
||||
|
||||
let created = [];
|
||||
let consumed = [];
|
||||
const created = [];
|
||||
const consumed = [];
|
||||
|
||||
|
||||
params.tools.forEach((bodyToSimplify) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue