jitz-sharepoint-utilities 2.0.12 → 2.0.15
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.
@@ -45,7 +45,6 @@ var Repository = /** @class */ (function () {
|
|
45
45
|
var queryUrlGetAllItems = "".concat(this.context.siteUrl, "/_api/web/lists/GetByTitle('") +
|
46
46
|
this.listName +
|
47
47
|
"')/items";
|
48
|
-
console.log(queryUrlGetAllItems);
|
49
48
|
if (selectFields != null && selectFields != "") {
|
50
49
|
queryUrlGetAllItems = queryUrlGetAllItems + "?$select=" + selectFields;
|
51
50
|
}
|
@@ -344,7 +343,6 @@ var Repository = /** @class */ (function () {
|
|
344
343
|
return item;
|
345
344
|
}
|
346
345
|
else {
|
347
|
-
console.log(JSON.stringify(response));
|
348
346
|
return Promise.reject(new Error(JSON.stringify(response)));
|
349
347
|
}
|
350
348
|
});
|
@@ -71,7 +71,6 @@ var GraphService = /** @class */ (function () {
|
|
71
71
|
console.log(err);
|
72
72
|
return err;
|
73
73
|
}
|
74
|
-
console.log(res);
|
75
74
|
return res;
|
76
75
|
})];
|
77
76
|
case 1: return [2 /*return*/, _a.sent()];
|
@@ -92,7 +91,6 @@ var GraphService = /** @class */ (function () {
|
|
92
91
|
console.log(err);
|
93
92
|
return err;
|
94
93
|
}
|
95
|
-
console.log(res);
|
96
94
|
return res;
|
97
95
|
})];
|
98
96
|
case 1: return [2 /*return*/, _a.sent()];
|