Skip to content

Commit

Permalink
Removed return to make it prettier/prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelastic committed Jan 9, 2020
1 parent bebcb02 commit ec24267
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export class WebhookAction extends BaseAction {
this.username = get(props, 'username');
this.password = get(props, 'password');
this.contentType = get(props, 'contentType');

this.fullPath = `${this.host}:${this.port}${this.path ? '/' + this.path : ''}`;

}

validate() {
Expand Down

0 comments on commit ec24267

Please sign in to comment.