fix: 랭킹 정보 갱신된 후 전체 랭킹 UI 접근 시 랭킹 정보가 정상적으로 업데이트 되지 않는 오류 수정
This commit is contained in:
@@ -38,7 +38,6 @@ namespace TON
|
||||
{
|
||||
heartData.currentHearts = int.Parse(callback.FlattenRows()[0]["currentHearts"].ToString());
|
||||
|
||||
Debug.Log("test::: " + callback.FlattenRows()[0]["lastHeartTime"]);
|
||||
heartData.lastHeartTime = callback.FlattenRows()[0]["lastHeartTime"].ToString();
|
||||
onComplete?.Invoke(heartData); // 성공 시 데이터 반환
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user