UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 512 B
import e from"../../../services/media/client/get-multiple.mjs";import{normalizePaginatedQuery as t,runToolkitService as n,withToolkitTenant as r}from"../utils.mjs";const i=async(i,a={})=>n(()=>e(r(i,a),{query:t(a.query)}),{name:{key:`core.toolkit.media.get.multiple.error.name`,defaultMessage:`Media Toolkit Error`},message:{key:`core.toolkit.media.get.multiple.error.message`,defaultMessage:`Lucid toolkit could not fetch multiple media items.`}});export{i as default}; //# sourceMappingURL=get-multiple.mjs.map