From 83ea8ebb12152bb851e9b7cc812ef5a54f75a209 Mon Sep 17 00:00:00 2001 From: BrittainJackson7 <brittainjackson7@gmail.com> Date: Thu, 16 Nov 2023 19:04:42 -0700 Subject: [PATCH] Returned old offset code --- src/js/FootprintFetcher.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/FootprintFetcher.js b/src/js/FootprintFetcher.js index 332d2ad90..47acf8645 100644 --- a/src/js/FootprintFetcher.js +++ b/src/js/FootprintFetcher.js @@ -123,6 +123,7 @@ export async function FetchFootprints(collection, page, step){ pageInfo = "&offset=" + offsetMulitiplier + "&limit=" + step; } + } // reset offset -- GitLab