fix(mining-app): 删除 heartbeat_service 中未声明的 _apiBaseUrl 赋值
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7aa81bc5ab
commit
38423e7bf0
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue