Merge pull request 'j2/test/pr' (#128) from j2/test/pr into dev
Reviewed-on: https://10.4.0.131/gitea/DI1-P4-E1/Webzine/pulls/128 Reviewed-by: j.vetu <josephine.vetu@diiage.org>
This commit is contained in:
@@ -103,12 +103,6 @@ namespace Webzine.Repository
|
||||
.Include(a => a.Titres)
|
||||
.FirstOrDefault(a => a.Nom == nom);
|
||||
|
||||
if (artiste == null)
|
||||
{
|
||||
this.logger.LogWarning("Pas d'artiste au nom {Nom}", nom);
|
||||
artiste = new Artiste();
|
||||
}
|
||||
|
||||
return artiste;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user