Implement get_user_best and get_user_recent in peppyapi
This commit is contained in:
@@ -150,7 +150,7 @@ func scoresPuts(md common.MethodData, whereClause string, params ...interface{})
|
||||
return Err500
|
||||
}
|
||||
// puck feppy
|
||||
us.Time, err = time.Parse("060102150405", t)
|
||||
us.Time, err = time.Parse(common.OsuTimeFormat, t)
|
||||
if err != nil {
|
||||
md.Err(err)
|
||||
return Err500
|
||||
|
Reference in New Issue
Block a user