Compare commits

..

No commits in common. "aed3abdace892c06bdf2213ba128055e105975b0" and "fba4232d17015439552f2992c037bdc8eb8ba718" have entirely different histories.

View file

@ -18,7 +18,7 @@ class Jobs {
throw new ErrorEvent(
404,
"Item non trouvé",
`L'album avec l'id ${itemId} n'existe plus dans la collection`
`L'album avant l'id ${itemId} n'existe plus dans la collection`
);
}