@arsedizioni/ars-utils 19.3.20 → 19.3.22
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +0 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +0 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +0 -3
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +0 -3
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -2248,9 +2248,6 @@ class ClipperService {
|
|
|
2248
2248
|
isTokenExpired() {
|
|
2249
2249
|
const expires = this.getTokenExpirationDate();
|
|
2250
2250
|
const expired = !expires || expires.getTime() < Date.now();
|
|
2251
|
-
if (expired) {
|
|
2252
|
-
console.warn("Token Clipper scaduto!");
|
|
2253
|
-
}
|
|
2254
2251
|
return expired;
|
|
2255
2252
|
}
|
|
2256
2253
|
/**
|