X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fcommunication.js;h=b11237794b7b340da470c7b2740bf3d2b5087c25;hb=f92c90e92ded661ddd957580e7fbde8aaa24224d;hp=097da637bd418d4d655f04aa65651ad5df709e5d;hpb=085b55f507dedc16016bb491d520c556acd60643;p=websub-hub 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);