full site update
This commit is contained in:
3
node_modules/@astrojs/telemetry/dist/index.js
generated
vendored
3
node_modules/@astrojs/telemetry/dist/index.js
generated
vendored
@@ -73,8 +73,7 @@ class AstroTelemetry {
|
||||
return this.config.clear();
|
||||
}
|
||||
isValidNotice() {
|
||||
if (!this.notifyDate)
|
||||
return false;
|
||||
if (!this.notifyDate) return false;
|
||||
const current = Number(this.notifyDate);
|
||||
const valid = new Date(VALID_TELEMETRY_NOTICE_DATE).valueOf();
|
||||
return current > valid;
|
||||
|
Reference in New Issue
Block a user