Fix: request history and ranking record with maestroID
This commit is contained in:
@@ -16,6 +16,7 @@ class HistoryBoard {
|
||||
let today = new Date();
|
||||
let date = DateUtil.getYYYYMMDD(today);
|
||||
this.dbConnectManager.requestPlayerHistory(
|
||||
sessionStorageManager.maestroID,
|
||||
date,
|
||||
historyRecordManager => {
|
||||
if(historyRecordManager.count == 0) {
|
||||
|
||||
Reference in New Issue
Block a user