From 8fde3278194ecc46a007984782349e1356435da7 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 31 Dec 2021 12:25:52 -0800 Subject: [PATCH] fixed typo in logs --- src/manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2