You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported on the community: nango dryrun throws an error if one tries to dryrun a script which doesn't return anything at the end.
The syncs also fail on Nango cloud for the same reason.
export default async function fetchData(
nango: NangoSync
): Promise<void> {
// Function
}
Workaround for now:
Use the old format with the return { 'Model': [] }
Since we want to move to this format this should be fixed :)
The text was updated successfully, but these errors were encountered:
As reported on the community:
nango dryrun
throws an error if one tries to dryrun a script which doesn't return anything at the end.The syncs also fail on Nango cloud for the same reason.
Workaround for now:
Use the old format with the
return { 'Model': [] }
Since we want to move to this format this should be fixed :)
The text was updated successfully, but these errors were encountered: