diff --git a/packages/ui/src/parsers/postman.ts b/packages/ui/src/parsers/postman.ts index f656f7cd..b68c8a06 100644 --- a/packages/ui/src/parsers/postman.ts +++ b/packages/ui/src/parsers/postman.ts @@ -242,7 +242,7 @@ function handlePostmanV2CollectionItem(postmanCollectionItem: any, parentId: str 'post_request': scriptConversion(postScript, 'postmanToRestfox') }, 'collectionId': requestId, - 'workspaceId': workspaceId, + 'workspaceId': null, 'enabled': true, 'createdAt': Date.now(), 'updatedAt': Date.now()