We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103b31a commit 0490020Copy full SHA for 0490020
apps/sim/hooks/queries/custom-tools.ts
@@ -118,7 +118,7 @@ export function getCustomTool(
118
workspaceId?: string
119
): CustomToolDefinition | undefined {
120
const tools = getCustomTools(workspaceId)
121
- return tools.find((tool) => tool.id === toolId) || tools.find((tool) => tool.title === toolId)
+ return tools.find((tool) => tool.id === toolId)
122
}
123
124
/**
0 commit comments