diff --git a/src/index.js b/src/index.js index 6ab9ca94..bbdf8f48 100644 --- a/src/index.js +++ b/src/index.js @@ -319,6 +319,12 @@ class Fastly { } }); }); + + this.writeHealtcheck = this.upsertFn( + this.createHealthcheck, + this.updateHealthcheck, + this.readHealtcheck, + ); } /**