Skip to content

Commit

Permalink
fix fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
skykanin committed Feb 29, 2024
1 parent d52e17c commit 584e027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Map<String, SidInfo> toMap() {
int index = it.nextIndex();
result.put(it.next(), new SidInfo.SidInfoBuilder()
.snr(getMapping().snr().get(index))
.fnr(getMapping().snr().get(index))
.fnr(getMapping().fnr().get(index))
.datasetExtractionSnapshotTime(getDatasetExtractionSnapshotTime())
.build());
}
Expand Down

0 comments on commit 584e027

Please sign in to comment.