mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 11:44:50 +02:00
fix param name error
This commit is contained in:
@@ -17,7 +17,7 @@ function find_index(lt, test) =
|
||||
)
|
||||
leng_indices == leng ? -1 : leng_indices
|
||||
) : (
|
||||
let(found = search([key], bucket)[0])
|
||||
let(found = search([test], lt)[0])
|
||||
found == [] ? - 1 : found
|
||||
);
|
||||
|
Reference in New Issue
Block a user