Skip to content

Commit

Permalink
style(healthcheck): make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Dec 15, 2020
1 parent 56bec96 commit 9081854
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,10 @@ class Fastly {
});

this.writeHealtcheck = this.upsertFn(
this.createHealthcheck,
this.createHealthcheck,
this.updateHealthcheck,
this.readHealtcheck);
this.readHealtcheck,
);
}

/**
Expand Down

0 comments on commit 9081854

Please sign in to comment.