File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,6 @@ export class CollectionsApi {
237237 return response ;
238238 }
239239
240- static async getManifestForItemUUID ( uuid : string , clientIP : string | null ) {
241- let apiUrl = `${ process . env . COLLECTIONS_API_URL } /manifests/${ uuid } ` ;
242- const response = await fetchApi ( {
243- apiUrl : apiUrl ,
244- options : { clientIP : clientIP } ,
245- } ) ;
246- return response ;
247- }
248-
249240 /**
250241 * Returns mapping of given collection UUIDs to their item counts.
251242 * @param {string[] } uuids - Array of collection UUIDs
Original file line number Diff line number Diff line change 1- // import logger from "logger";
2-
31/**
42 * Makes a GET or POST request to Repo/Collections API and returns the response.
53 * Times out at 10 seconds to prevent 504 crash.
You can’t perform that action at this time.
0 commit comments