We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a85b49 + ad7b5d8 commit d100ce2Copy full SHA for d100ce2
src/CloudQuery.js
@@ -61,9 +61,7 @@ class CloudQuery {
61
62
if (columnName === 'id')
63
columnName = '_' + columnName;
64
-
65
- console.log(data);
66
- console.log(columnName);
+
67
if(data !== null){
68
if( data.constructor === CB.CloudObject){
69
columnName = columnName+'._id';
test/config.js
@@ -1,2 +1,4 @@
1
+//var SECURE_KEY = "47dfc8b3-7c7a-4661-8e71-36ed0aaa0563";
2
var SECURE_KEY = "1227d1c4-1385-4d5f-ae73-23e99f74b006";
3
4
var URL = "http://localhost:4730";
0 commit comments