Skip to content

Commit 0fba7f7

Browse files
authored
Merge pull request #221 from companieshouse/bug/dsnd-3300_use_data_map_holder_for_request_id
DSND-3300: Use request id from DataMapHolder
2 parents cd359f5 + a49c1ed commit 0fba7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/gov/companieshouse/pscdataapi/transform/CompanyPscTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public PscDocument transformPscOnInsert(String notificationId, FullRecordCompany
443443

444444
pscDocument.setUpdated(new Updated()
445445
.at(LocalDateTime.now())
446-
.by(internalData.getUpdatedBy()));
446+
.by(DataMapHolder.getRequestId()));
447447
}
448448
return pscDocument;
449449
}

0 commit comments

Comments
 (0)