From: Justin Wind Date: Fri, 31 Dec 2021 20:25:52 +0000 (-0800) Subject: fixed typo in logs X-Git-Tag: v1.3.3^2~5 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=8fde3278194ecc46a007984782349e1356435da7 fixed typo in logs --- diff --git a/src/manager.js b/src/manager.js index 667fb30..65444a0 100644 --- a/src/manager.js +++ b/src/manager.js @@ -792,7 +792,7 @@ class Manager { * @param {object} ctx */ async processTasks(res, ctx) { - const _scope = _fileScope('getTopicDetails'); + const _scope = _fileScope('processTasks'); this.logger.debug(_scope, 'called', { ctx }); // N.B. no await on this