small fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timofey.Kovalev
2021-06-22 20:25:34 +03:00
parent 34c5271a62
commit a57abdd94d
2 changed files with 10 additions and 9 deletions

View File

@ -145,7 +145,6 @@ func (db *dbLayer) getPlayerByID(ctx context.Context, id string) (*Player, error
}
return &p, nil
}
func (db *dbLayer) getPlayerByName(ctx context.Context, name string) (*Player, error) {