Skip to content

Commit 1607b9f

Browse files
committed
fix regression issue
1 parent e54afef commit 1607b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefly/java/edu/caltech/ipac/astro/ibe/datasource/WiseIbeDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ else if (sourceProductLevel == "3a") {
265265
DataProduct sourcedt = DataProduct.ALLSKY_4BAND_3A;
266266
String sourceTable = sourcedt.getSourceTable();
267267
String sourceSpec = WISE + "." + sourceTable + "(\"source_id\":\"" + refSourceId + "\")";
268-
queryParam.setPos(sourceSpec);
268+
queryParam.setRefBy(sourceSpec);
269269
}
270270
}
271271

0 commit comments

Comments
 (0)