From 1c0c9cc2821333427e3d2581b1179a88960fae88 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Wed, 3 May 2023 12:51:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20deprecated=20attributes?= =?UTF-8?q?=20in=20config=20file=20(#868)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/configs/default.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/configs/default.json b/data/configs/default.json index 456206c17..3a59bdcce 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -33,8 +33,8 @@ }, "network": { "enabledStatusChecker": false, - "okStatus": [ - 200 + "statusCodes": [ + "200" ] }, "appearance": { @@ -94,8 +94,8 @@ }, "network": { "enabledStatusChecker": false, - "okStatus": [ - 200 + "statusCodes": [ + "200" ] }, "appearance": { @@ -155,7 +155,7 @@ }, "network": { "enabledStatusChecker": false, - "okStatus": [] + "statusCodes": [] }, "appearance": { "iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png" @@ -214,8 +214,8 @@ }, "network": { "enabledStatusChecker": false, - "okStatus": [ - 200 + "statusCodes": [ + "200" ] }, "appearance": {