Skip to content

Commit 2e9c4b3

Browse files
committed
作者写反了
1 parent 933c91e commit 2e9c4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/service/service_worker/subscribe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class SubscribeService {
315315
});
316316

317317
for (const subscribe of list) {
318-
if (!checkDisable && subscribe.status === SubscribeStatusType.enable) {
318+
if (!checkDisable && subscribe.status === SubscribeStatusType.disable) {
319319
continue;
320320
}
321321
this.checkUpdate(subscribe.url, "system");

0 commit comments

Comments
 (0)