Added a missing poiunt/exclamation mark

ref #39
This commit is contained in:
Nicolai Ort 2020-12-20 18:55:52 +01:00
parent 2199cb0aef
commit de91d491e5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export class RunnerTeamIdsNotMatchingError extends NotAcceptableError {
name = "RunnerTeamIdsNotMatchingError"
@IsString()
message = "The ids don't match!! \n And if you wanted to change a runner's id: This isn't allowed"
message = "The ids don't match! \n And if you wanted to change a runner's id: This isn't allowed!"
}
/**