@cloudbase/manager-node 4.4.1 → 4.4.2
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/lib/function/index.js +0 -1
- package/lib/hosting/index.js +0 -1
- package/package.json +1 -1
package/lib/function/index.js
CHANGED
package/lib/hosting/index.js
CHANGED
|
@@ -227,7 +227,6 @@ class HostingService {
|
|
|
227
227
|
let CdnDomain;
|
|
228
228
|
// 2 分钟有效
|
|
229
229
|
if ((cacheHosting === null || cacheHosting === void 0 ? void 0 : cacheHosting.cacheTime) && Number(cacheHosting === null || cacheHosting === void 0 ? void 0 : cacheHosting.cacheTime) + 120000 < Date.now()) {
|
|
230
|
-
console.log('cache');
|
|
231
230
|
CdnDomain = cacheHosting.CdnDomain;
|
|
232
231
|
}
|
|
233
232
|
else {
|