Commit e27b6c17 authored by ausvat's avatar ausvat
Browse files

adjustment in which requires two API's in a if statement check

parent 23da3532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ export default function FootprintResults(props) {
          myFilter = "&limit=" + step;
        }

        if(isInStacAPI) {
        if(isInStacAPI || isInPyAPI) {
          let itemsUrl = collection.links.find(link => link.rel === "items").href;
          collectionUrls[collection.id] = itemsUrl + myFilter + pageInfo;
        }
+1 −1

File changed.

Contains only whitespace changes.