From bda5bbd606cf62dadf1b48a22fcc59b8fb09a3c9 Mon Sep 17 00:00:00 2001 From: SimonV Date: Mon, 27 Mar 2023 09:58:07 +0200 Subject: [PATCH] Attempt to fix order suffix --- Empower.Library.Room3/Order.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Empower.Library.Room3/Order.cs b/Empower.Library.Room3/Order.cs index f81f8cd..4bfafa2 100644 --- a/Empower.Library.Room3/Order.cs +++ b/Empower.Library.Room3/Order.cs @@ -32,7 +32,7 @@ public Order(string orderValue) // Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys apiKey = Keys.RetrieveKey(keyName); name = orderValue; - suffix = " from room 'ThisIsABug'"; + suffix = " from room 'ABugFromRoom3'"; } ///