1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-09-07 20:15:40 +02:00
parent 46771ffca7
commit a253920dd5
10 changed files with 11 additions and 22 deletions

View file

@ -39,7 +39,7 @@ const rmpleat = function (id = macroDefaults.id, { paths, store, part }) {
/*
* The pleat macro
*/
const pleat = function (config, { points, paths, Path, complete, scale, store, part }) {
const pleat = function (config, { paths, Path, log, Point, complete, scale, store, part }) {
/*
* Don't add a pleat when complete is false, unless force is true
*/