1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 20:11:50 +02:00

fix param name error

This commit is contained in:
Justin Lin
2022-04-01 08:18:14 +08:00
parent fafd073840
commit d4c4a78d98

View File

@@ -17,7 +17,7 @@ function find_index(lt, test) =
) )
leng_indices == leng ? -1 : leng_indices leng_indices == leng ? -1 : leng_indices
) : ( ) : (
let(found = search([key], bucket)[0]) let(found = search([test], lt)[0])
found == [] ? - 1 : found found == [] ? - 1 : found
); );