From 57c9d0bca1f828258cc3b75ee9d10b4c061ad135 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 8 Feb 2022 11:50:52 -0700 Subject: [PATCH] remove commit hash from config sample --- frontend/config-sample.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/config-sample.json b/frontend/config-sample.json index 0ba581c75..5c773e9ae 100644 --- a/frontend/config-sample.json +++ b/frontend/config-sample.json @@ -1,7 +1,6 @@ { "useMocks": true, "ui": { - "gitHash": "3fd3de293fac45b745b3691a1b1804cea6739950", "patchDb": { "poll": { "cooldown": 10000 @@ -20,4 +19,4 @@ "name": "Start9" } } -} +} \ No newline at end of file