From: Justin Wind Date: Mon, 6 Sep 2021 20:51:04 +0000 (-0700) Subject: fix minor log entry issue X-Git-Tag: v1.2.1^2~2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=cc2b17a8c41f022b66b8ae923ddb53e88717d319 fix minor log entry issue --- diff --git a/src/communication.js b/src/communication.js index 097da63..b112377 100644 --- a/src/communication.js +++ b/src/communication.js @@ -443,7 +443,7 @@ class Communication { // Cull any expired subscriptions await this.db.subscriptionDeleteExpired(dbCtx, topicId); - logInfoData.url = topicId.url; + logInfoData.url = topic.url; if (topic.isDeleted) { this.logger.debug(_scope, 'topic deleted, skipping update request', logInfoData);