@overmap-ai/core 1.0.60-sdk-refactor.9 → 1.0.60-sdk-refactor.10
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.
|
@@ -15057,6 +15057,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
15057
15057
|
}
|
|
15058
15058
|
async function performRequest(action, client) {
|
|
15059
15059
|
const serviceOfRequest = CLASS_NAME_TO_SERVICE[action.meta.offline.effect.serviceName];
|
|
15060
|
+
console.debug(CLASS_NAME_TO_SERVICE, action.meta.offline.effect.serviceName, serviceOfRequest);
|
|
15060
15061
|
if (!serviceOfRequest) {
|
|
15061
15062
|
throw new Error(`Service ${action.meta.offline.effect.serviceName} not found`);
|
|
15062
15063
|
}
|