mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 10:28:05 +00:00
Fixed JSDoc for one method
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
01c71a0242
commit
1d4af39820
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const dayjs = require("dayjs");
|
||||||
class APIKey extends BeanModel {
|
class APIKey extends BeanModel {
|
||||||
/**
|
/**
|
||||||
* Get the current status of this API key
|
* Get the current status of this API key
|
||||||
|
* @returns {string} active, inactive or expired
|
||||||
*/
|
*/
|
||||||
getStatus() {
|
getStatus() {
|
||||||
let current = dayjs();
|
let current = dayjs();
|
||||||
|
|
Loading…
Reference in a new issue