mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
Skip migrating collections that has a missing remote project instead of cancelling the migration (#3973)
This commit is contained in:
@@ -53,7 +53,7 @@ export const migrateCollectionsIntoRemoteProject = async (vcs: VCS) => {
|
||||
const remoteBackendProject = findRemoteBackendProject(collection);
|
||||
|
||||
if (!remoteBackendProject) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
let remoteProject = findRemoteProjectByTeam(remoteBackendProject.team);
|
||||
|
||||
Reference in New Issue
Block a user