Skip to content

Commit b41994b

Browse files
committed
Correct/update pools for fylr
1 parent 8cb7915 commit b41994b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/edu/harvard/mcz/imagecapture/data/NahimaManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public class NahimaManager extends AbstractRestClient {
4949
public static final int zoologyPoolId = 4;
5050
public static final int defaultPoolId = 7;
5151
public static final JSONObject zoologyPool =
52-
new JSONObject("{ \"pool\": { \"_id\": 4 } }");
52+
new JSONObject("{ \"pool\": { \"_id\": 5 } }");
5353
public static final JSONObject entomologyPool =
54-
new JSONObject("{ \"pool\": { \"_id\": 7 } }");
54+
new JSONObject("{ \"pool\": { \"_id\": 8 } }");
5555
private static final Logger log =
5656
LoggerFactory.getLogger(NahimaManager.class);
5757
private final String url;

0 commit comments

Comments
 (0)