mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 07:42:12 +03:00
Fix jsdoc data type
This commit is contained in:
parent
e5e8db6c38
commit
25d711e683
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ exports.checkCertificate = function (res) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the provided status code is within the accepted ranges
|
* Check if the provided status code is within the accepted ranges
|
||||||
* @param {string} status The status code to check
|
* @param {number} status The status code to check
|
||||||
* @param {string[]} acceptedCodes An array of accepted status codes
|
* @param {string[]} acceptedCodes An array of accepted status codes
|
||||||
* @returns {boolean} True if status code within range, false otherwise
|
* @returns {boolean} True if status code within range, false otherwise
|
||||||
* @throws {Error} Will throw an error if the provided status code is not a valid range string or code string
|
* @throws {Error} Will throw an error if the provided status code is not a valid range string or code string
|
||||||
|
|
Loading…
Add table
Reference in a new issue