remove extra newlines

This commit is contained in:
Eduardo Quiros 2022-07-29 20:35:08 -06:00
parent 66cfa942e7
commit 6f6ded53bd
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 4 deletions

View File

@ -367,8 +367,4 @@ export class AppController {
html(@Body('email') email: string, @Body('name') name: string) {
return this.appService.html(email, name);
}
}