mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
removed double declaration of path
This commit is contained in:
parent
7516edc0e1
commit
43cef1eb67
2 changed files with 0 additions and 2 deletions
|
|
@ -97,5 +97,4 @@ export const BooleanOperation: OperationDescriptor<BooleanParams> = {
|
|||
}
|
||||
}
|
||||
],
|
||||
path: __dirname
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,5 +40,4 @@ export const DeleteBodyOperation: OperationDescriptor<DeleteBodyParams> = {
|
|||
},
|
||||
},
|
||||
],
|
||||
path: __dirname,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue