Skip to content

Commit

Permalink
Merge pull request #46 from dcSpark/fix/tools
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
acedward authored Jan 10, 2025
2 parents 9114305 + 1fdf829 commit 321e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function buildToolJson(toolContent: string, metadata: Metadata, toolType:
sql_queries: [],
sql_tables: [],
toolkit_name: metadata.id || "Unknown",
tools: metadata.tools || [],,
tools: metadata.tools || [],
version: metadata.version || "1.0.0",
[toolType === "Python" ? "py_code" : "js_code"]: toolContent
}, false];
Expand Down

0 comments on commit 321e10a

Please sign in to comment.