fix(mining-app): 删除 heartbeat_service 中未声明的 _apiBaseUrl 赋值

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-05 20:36:36 -08:00
parent 7aa81bc5ab
commit 38423e7bf0
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class HeartbeatService {
}) { }) {
if (_isInitialized) return; if (_isInitialized) return;
_apiBaseUrl = apiBaseUrl;
_config = config ?? PresenceConfig.defaultConfig; _config = config ?? PresenceConfig.defaultConfig;
this.getInstallId = getInstallId; this.getInstallId = getInstallId;
this.getUserId = getUserId; this.getUserId = getUserId;