Updated the put methods and cleaned up a shitload of comments #42

Merged
niggl merged 32 commits from feature/39-update_puts into dev 2020-12-21 16:39:21 +00:00
Showing only changes of commit de91d491e5 - Show all commits

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!"
}
/**