@objectstack/runtime 9.3.0 → 9.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -2916,7 +2916,7 @@ var _HttpDispatcher = class _HttpDispatcher {
|
|
|
2916
2916
|
const metaSvc = await this.resolveService("metadata", _context.environmentId);
|
|
2917
2917
|
if (metaSvc && typeof metaSvc.getItem === "function") {
|
|
2918
2918
|
try {
|
|
2919
|
-
const data = await metaSvc.getItem(singularType, name);
|
|
2919
|
+
const data = await metaSvc.getItem(singularType, name, packageId);
|
|
2920
2920
|
if (data) return { handled: true, response: this.success(data) };
|
|
2921
2921
|
} catch {
|
|
2922
2922
|
}
|