diff --git a/packages/insomnia-app/app/sync/vcs/migrate-collections.ts b/packages/insomnia-app/app/sync/vcs/migrate-collections.ts index c7a52338ab..7439fe5988 100644 --- a/packages/insomnia-app/app/sync/vcs/migrate-collections.ts +++ b/packages/insomnia-app/app/sync/vcs/migrate-collections.ts @@ -53,7 +53,7 @@ export const migrateCollectionsIntoRemoteProject = async (vcs: VCS) => { const remoteBackendProject = findRemoteBackendProject(collection); if (!remoteBackendProject) { - return; + continue; } let remoteProject = findRemoteProjectByTeam(remoteBackendProject.team);