Skip to content

Commit 68e9fac

Browse files
waleedlatif1claude
andcommitted
fix(ashby): drop stray websiteUrl→website remap for update_candidate
The update_candidate tool reads params.websiteUrl directly; mapping it to result.website added a confusing dead field. The websiteUrl subBlock auto-passes through with the matching name. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e44e841 commit 68e9fac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/blocks/blocks/ashby.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ Output only the ISO 8601 timestamp string, nothing else.`,
745745
if (params.noteCreatedAt) result.createdAt = params.noteCreatedAt
746746
if (params.updateName) result.name = params.updateName
747747
if (params.website) result.website = params.website
748-
if (params.websiteUrl) result.website = params.websiteUrl
749748
if (params.alternateEmail) result.alternateEmail = params.alternateEmail
750749
if (params.postingLocation) result.location = params.postingLocation
751750
if (params.postingDepartment) result.department = params.postingDepartment

0 commit comments

Comments
 (0)