@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.
package/dist/overmap-core.js
CHANGED
|
@@ -15068,6 +15068,7 @@ function extractResponseFromError(error2) {
|
|
|
15068
15068
|
}
|
|
15069
15069
|
async function performRequest(action, client) {
|
|
15070
15070
|
const serviceOfRequest = CLASS_NAME_TO_SERVICE[action.meta.offline.effect.serviceName];
|
|
15071
|
+
console.debug(CLASS_NAME_TO_SERVICE, action.meta.offline.effect.serviceName, serviceOfRequest);
|
|
15071
15072
|
if (!serviceOfRequest) {
|
|
15072
15073
|
throw new Error(`Service ${action.meta.offline.effect.serviceName} not found`);
|
|
15073
15074
|
}
|