From cc2b17a8c41f022b66b8ae923ddb53e88717d319 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 6 Sep 2021 13:51:04 -0700 Subject: [PATCH] fix minor log entry issue --- src/communication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.2