Update Author model to define types

This commit is contained in:
advplyr 2023-08-14 18:22:38 -05:00
parent 6d6e8613cf
commit 7afda1295b
3 changed files with 117 additions and 91 deletions

View file

@ -491,4 +491,4 @@ module.exports = {
Logger.debug(`Loaded filterdata in ${((Date.now() - start) / 1000).toFixed(2)}s`)
return data
}
}
}