fixed typo in logs
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 31 Dec 2021 20:25:52 +0000 (12:25 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 31 Dec 2021 20:25:52 +0000 (12:25 -0800)
src/manager.js

index 667fb301ef83d1abffb53b53470a25588f11d10d..65444a064c33e202afa195208236cab0527f3bab 100644 (file)
@@ -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