Skip to content

Commit 073f96b

Browse files
committed
fix
1 parent 9842e83 commit 073f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/job-worker/src/ingest/model/IngestExpectedPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class ExpectedPackageCollector<TSource extends { fromPieceType: ExpectedP
4242

4343
// Deduplicate with an id including the blueprintPackageId.
4444
// This is to ensure the blueprints can reference the package with that id still
45-
const uniqueId = `${id}-${expectedPackage._id}`
45+
const uniqueId = `${id}-${expectedPackage._id}-${expectedPackage.listenToPackageInfoUpdates ?? false}`
4646

4747
// Ensure only inserted once for this source
4848
if (insertedPackagesForSource.has(uniqueId)) continue

0 commit comments

Comments
 (0)