From d80a9d48abc947a679ab9ec584d29f53f1ab43a6 Mon Sep 17 00:00:00 2001 From: hstyi Date: Thu, 23 Oct 2025 16:50:02 +0800 Subject: [PATCH] fix: data pull may not be possible --- src/main/kotlin/app/termora/account/PullService.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/termora/account/PullService.kt b/src/main/kotlin/app/termora/account/PullService.kt index 56e9fc2..848aa04 100644 --- a/src/main/kotlin/app/termora/account/PullService.kt +++ b/src/main/kotlin/app/termora/account/PullService.kt @@ -67,7 +67,6 @@ class PullService private constructor() : SyncService(), Disposable, Application private var lastChangeHash = StringUtils.EMPTY private fun pullChanges() { - if (isFreePlan) return val hash: String try {