projects
/
websub-hub
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d59994
)
minor doc update
author
Justin Wind
<justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:56:38 +0000
(15:56 -0700)
committer
Justin Wind
<justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:56:38 +0000
(15:56 -0700)
src/db/base.js
patch
|
blob
|
history
diff --git
a/src/db/base.js
b/src/db/base.js
index fbc2cbae0c2f83b2e79d5bc1a377ea5d8ca35a90..3346f92d421ac7d65932a6e21df5cddc2ddf635d 100644
(file)
--- a/
src/db/base.js
+++ b/
src/db/base.js
@@
-590,6
+590,7
@@
class Database {
* @param {*} dbCtx
* @param {*} topicId
* @param {Number} days
+ * @returns {Number[]}
*/
async topicPublishHistory(dbCtx, topicId, days) {
this._notImplemented('topicPublishHistory', arguments);