Fixed JSDoc for one method

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Matthew Nickson 2023-02-15 19:31:22 +00:00
parent 01c71a0242
commit 1d4af39820
No known key found for this signature in database
GPG Key ID: BF229DCFD4748E05

View File

@ -5,6 +5,7 @@ const dayjs = require("dayjs");
class APIKey extends BeanModel {
/**
* Get the current status of this API key
* @returns {string} active, inactive or expired
*/
getStatus() {
let current = dayjs();