Skip to content

Commit 01530eb

Browse files
committed
Handling uncaught error in tables getAll function
1 parent 76f45ca commit 01530eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/dist/cloudboost.js

-4
Original file line numberDiff line numberDiff line change
@@ -6678,7 +6678,6 @@ return /******/ (function(modules) { // webpackBootstrap
66786678
};
66796679

66806680
_CB2.default._getObjectByType = function (type, id, longitude, latitude, name) {
6681-
// try {
66826681
var obj = null;
66836682

66846683
if (type === 'custom') {
@@ -6712,9 +6711,6 @@ return /******/ (function(modules) { // webpackBootstrap
67126711
}
67136712

67146713
return obj;
6715-
// } catch (error) {
6716-
// throw error;
6717-
// }
67186714
};
67196715

67206716
_CB2.default._validate = function () {

0 commit comments

Comments
 (0)