This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user