Skip to content

Commit 99c2977

Browse files
committed
fix: typo
1 parent fe12378 commit 99c2977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/insee/genesis/domain/service/context/DataProcessingContextService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public DataProcessingContextModel getContext(String interrogationId) throws Gene
156156
campaignIds.add(su.getCampaignId());
157157
}
158158
if (su.getCollectionInstrumentId()!=null){
159-
collectionInstrumentIds.add(su.getCampaignId());
159+
collectionInstrumentIds.add(su.getCollectionInstrumentId());
160160
}
161161
}
162162
if(campaignIds.size() > 1 || collectionInstrumentIds.size()>1){

0 commit comments

Comments
 (0)