Skip to content

Commit 7e7f3c7

Browse files
committed
remove unused variable
1 parent 3fbf1f1 commit 7e7f3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/compute-dataset-variable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default (dataset, varName) => {
4545
if (totalSamplesConsidered > 10) break
4646
if (typeof annotation === "object" && annotation.length) {
4747
totalSamplesConsidered += 1
48-
for (const { regionType, points } of annotation) {
48+
for (const { points } of annotation) {
4949
if (points) {
5050
totalInteractions += points.length
5151
} else {

0 commit comments

Comments
 (0)