Extended error message

This commit is contained in:
Nicolai Ort 2020-11-27 21:40:00 +01:00
parent 624ea6ba33
commit 26499658a4
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ export class TrackIdChangeNotAllowedError extends NotAcceptableError {
name = "TrackIdChangeNotAllowed"
@IsString()
message = "The id's don't match!!"
message = "The id's don't match!! \n And if you wanted to change a track's id: This isn't allowed"
}