1
0
mirror of synced 2024-11-23 22:41:01 +01:00

Update fix again

This commit is contained in:
asesidaa 2022-09-17 22:17:46 +08:00
parent ff298081a7
commit 9b41fab547

View File

@ -54,6 +54,7 @@ public class PlayResultController : BaseController<PlayResultController>
if (await userDatumService.GetFirstUserDatumOrNull(request.BaidConf) is null)
{
Logger.LogWarning("Game uploading a non exisiting user with baid {Baid}", request.BaidConf);
return Ok(response);
}
var lastPlayDatetime = DateTime.ParseExact(playResultData.PlayDatetime, Constants.DATE_TIME_FORMAT,