Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(provider, clientId, type, searchParams, format) {
deprecate('@cmrjs/CMRSearchConceptQueue', '1.11.3');
this.cmrClientSearchConceptQueue = new cmrClient.CMRSearchConceptQueue({
provider,
clientId,
type,
searchParams,
format
});
}