Commit e208a50
fix(contacts): correct parameter types in contacts apply helpers (#355)
* fix(contacts): correct parameter types in contacts apply helpers
Go's parameter grouping syntax caused `given` and `org` to be typed as
`bool` instead of `string` in contactsApplyPersonName and
contactsApplyPersonOrganization, resulting in a build failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(contacts): resolve lint errors from upstream refactor
- Rewrite if-else chain to switch statement (gocritic)
- Rename `clear` variable to `clearAll` to avoid shadowing predeclared
identifier (predeclared)
- Remove unused `primaryURL` function (unused)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0ed8997 commit e208a50
0 file changed
0 commit comments