Skip to content

Commit

Permalink
Merge branch 'main' of github.com:adobe/fastly-native-promises into main
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Dec 15, 2020
2 parents a9947ef + 43e4334 commit 0b88780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ class Fastly {
}
});
});

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

/**
Expand Down

0 comments on commit 0b88780

Please sign in to comment.