Don't require message
continuous-integration/drone/push Build is passing Details

master
unknown 2024-03-28 21:01:59 -06:00
parent 96d7270332
commit ad9ec5e7c6
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ export class BalloonComponent implements OnInit {
if (this.location == null || this.location == ""){
this.errorMessages.push("Please enter a city and state");
}
if (this.body == null || this.body == ""){
this.errorMessages.push("Please enter a message");
}
if (this.errorMessages.length > 0){ return; }
const body = `Location of balloon: ${this.location}\n${this.body}`;