Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: determine nango yaml version (#3300)
if nango.yaml only contains on-events script definition the version of the nango.yaml file is wrongly determined to be v1, which prevents the generation of on-events scripts that only works when v2 # how to test run `nango generate` with following nango.yaml ``` integrations: hubspot: on-events: post-connection-creation: - add-whoami ``` with current CLI version, nothing is generated. After applying this patch you should see the `hubspot/on-events/add-whoami.ts` file be generated
- Loading branch information