fix(banner): remove redundant community support banner registration

This commit is contained in:
Will Miao
2025-10-06 22:39:49 +08:00
parent 631289b75e
commit 75e207b520

View File

@@ -234,8 +234,6 @@ class BannerService {
const availableAt = firstSeenAt + COMMUNITY_SUPPORT_BANNER_DELAY_MS;
const delay = Math.max(availableAt - now, 0);
this.registerCommunitySupportBanner();
if (delay === 0) {
this.registerCommunitySupportBanner();
} else {