fix(hubspot): remove unused scopes#4846
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview New HubSpot connections will be asked for fewer permissions; existing tokens are unchanged until users reconnect. Read scopes for quotes, marketing events, carts, and users remain where still listed. Reviewed by Cursor Bugbot for commit 9635d99. Configure here. |
Greptile SummaryThis PR removes five unused OAuth scopes from the HubSpot provider configuration in
Confidence Score: 5/5Safe to merge — removes write scopes that have no corresponding tool implementations in the codebase. All five removed scopes have no matching write or import tool files under apps/sim/tools/hubspot/, confirming they are genuinely unused. The remaining scope list is consistent with the read/write tools that do exist. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(hubspot): remove unused scopes" | Re-trigger Greptile |
Summary
Remove unused scopes from Hubspot block
Type of Change