Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to not duplicate package send to live-resolver (OctoLinker#531)
I did a stupid mistake in the previous implementation. For every URL within a resolve item it was duplicating the resolves items wich caused N+1 requests for every package. Luckily it was just sending two request for each package
- Loading branch information