X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fmanager.js;h=6fb187cde3dc0da5854727ffbc9297199a752899;hb=28de4364128a4b03918a8cbe868009b5d427220a;hp=b3aff45da975952ea8ad27d51aa058823348cbdd;hpb=3fae9b64c5c70ad52376558caa71db99778541b0;p=websub-hub diff --git a/src/manager.js b/src/manager.js index b3aff45..6fb187c 100644 --- a/src/manager.js +++ b/src/manager.js @@ -40,7 +40,7 @@ class Manager { * @param {http.ServerResponse} res * @param {object} ctx */ - async getHealthcheck(res, ctx) { + async getHealthcheck(res, ctx) { const _scope = _fileScope('getHealthcheck'); const health = 'happy';