Skip to content

Commit

Permalink
fix(ui): Making a request now triggers plugin/post-scripts of all req…
Browse files Browse the repository at this point in the history
…uests on a imported postman collection + seeing empty workspace plugins without name or code after importing a postman collection that has scripts in a request (fixes #278)
  • Loading branch information
flawiddsouza committed Oct 11, 2024
1 parent 36d22ea commit 8c5226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/parsers/postman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8c5226c

Please sign in to comment.