We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f706c2 commit 615cd1eCopy full SHA for 615cd1e
packages/job-worker/src/ingest/model/IngestExpectedPackage.ts
@@ -42,7 +42,7 @@ export class ExpectedPackageCollector<TSource extends { fromPieceType: ExpectedP
42
43
// Deduplicate with an id including the blueprintPackageId.
44
// This is to ensure the blueprints can reference the package with that id still
45
- const uniqueId = `${id}-${expectedPackage._id}`
+ const uniqueId = `${id}-${expectedPackage._id}-${expectedPackage.listenToPackageInfoUpdates ?? false}`
46
47
// Ensure only inserted once for this source
48
if (insertedPackagesForSource.has(uniqueId)) continue
0 commit comments