From bde6aedfabb7be4daac8c1ed04e246f56c7896db Mon Sep 17 00:00:00 2001 From: Mackenzie Date: Thu, 26 Aug 2021 16:55:41 -0700 Subject: [PATCH] Adds missing status: `under_maintenance` --- lib/statuspage/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/statuspage/index.js b/lib/statuspage/index.js index 3f9a734..a111847 100644 --- a/lib/statuspage/index.js +++ b/lib/statuspage/index.js @@ -10,6 +10,7 @@ const VALID_STATUSES = [ 'degraded_performance', 'partial_outage', 'major_outage' + 'under_maintenance' ]; const postUpdate = (componentId, status) => {