Skip to content

Conversation

Emad89
Copy link

@Emad89 Emad89 commented Nov 13, 2023

Objects are duplicated in the following situation:

If object A is referenced as a response in API_endpoint1, And object B is a response for API_endpoint2, where B has a property that references A.
When resolving paths:

  • A path resolved from API_endpoint1 looks like this: ./../A.

  • A path resolved from B looks like this: ../A.

In this scenario, the presence of both ./ and ../ can lead to the creation of duplicated objects.

Fix Duplicated objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants