minor doc update
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:56:38 +0000 (15:56 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:56:38 +0000 (15:56 -0700)
src/db/base.js

index fbc2cbae0c2f83b2e79d5bc1a377ea5d8ca35a90..3346f92d421ac7d65932a6e21df5cddc2ddf635d 100644 (file)
@@ -590,6 +590,7 @@ class Database {
    * @param {*} dbCtx
    * @param {*} topicId
    * @param {Number} days
+   * @returns {Number[]}
    */
   async topicPublishHistory(dbCtx, topicId, days) {
     this._notImplemented('topicPublishHistory', arguments);