diff --git a/server/model/status_page.js b/server/model/status_page.js index 09838629c..6fce5415f 100644 --- a/server/model/status_page.js +++ b/server/model/status_page.js @@ -80,8 +80,8 @@ class StatusPage extends BeanModel { /** * Get all status page data in one call * @param {StatusPage} statusPage - * @param {boolean} includeStatus whether each monitor should include the status of the monitor ("up" or "down") - * @param {boolean} includeConfig whether the config for the status paghe should be included in the returned JSON + * @param {boolean} [includeStatus = false] whether each monitor should include the status of the monitor ("up" or "down") + * @param {boolean} [includeConfig = true] whether the config for the status paghe should be included in the returned JSON */ static async getStatusPageData(statusPage, includeStatus = false, includeConfig = true) { // Incident