What
`packages/granola/granola.mapping.yaml:4` declares:
```yaml
baseUrl: https://api.granola.ai
```
Granola's documented public API base is `https://public-api.granola.ai\` (docs.granola.ai/api-reference).
Impact
This isn't in the live request path today — sync goes through Nango's provider template, not this `baseUrl` field — so nothing currently breaks. The value is wrong and misleads anyone reading the mapping as the source of truth for the API base.
Expected
Correct `baseUrl` to `https://public-api.granola.ai\`.
What
`packages/granola/granola.mapping.yaml:4` declares:
```yaml
baseUrl: https://api.granola.ai
```
Granola's documented public API base is `https://public-api.granola.ai\` (docs.granola.ai/api-reference).
Impact
This isn't in the live request path today — sync goes through Nango's provider template, not this `baseUrl` field — so nothing currently breaks. The value is wrong and misleads anyone reading the mapping as the source of truth for the API base.
Expected
Correct `baseUrl` to `https://public-api.granola.ai\`.