Compare commits
No commits in common. "aed3abdace892c06bdf2213ba128055e105975b0" and "fba4232d17015439552f2992c037bdc8eb8ba718" have entirely different histories.
aed3abdace
...
fba4232d17
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue