Revert: Update anthropic_claude-sonnet-4.5.js

This commit is contained in:
2025-11-13 13:03:03 -08:00
parent 2a70b34478
commit a65d9cf612

View File

@@ -23,4 +23,4 @@ async function findConvexHull(points) {
return [...buildHull(sorted), ...buildHull(sorted.slice().reverse())]; return [...buildHull(sorted), ...buildHull(sorted.slice().reverse())];
} }
export default findConvexHull; export default findConvexHull;