projects
/
websub-hub
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fddda3a
)
fix minor log entry issue
author
Justin Wind
<justin.wind+git@gmail.com>
Mon, 6 Sep 2021 20:51:04 +0000
(13:51 -0700)
committer
Justin Wind
<justin.wind+git@gmail.com>
Mon, 6 Sep 2021 20:51:04 +0000
(13:51 -0700)
src/communication.js
patch
|
blob
|
history
diff --git
a/src/communication.js
b/src/communication.js
index 097da637bd418d4d655f04aa65651ad5df709e5d..b11237794b7b340da470c7b2740bf3d2b5087c25 100644
(file)
--- 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 = topic
Id
.url;
+ logInfoData.url = topic.url;
if (topic.isDeleted) {
this.logger.debug(_scope, 'topic deleted, skipping update request', logInfoData);