From 45e0f7c21d2a9b84570cfbb72a6d046abc7f8d74 Mon Sep 17 00:00:00 2001 From: Pieter Lust <120721827+lustpieter@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:43:52 +0200 Subject: [PATCH] Fixed a bug --- Empower.Library.Room0/Order.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Empower.Library.Room0/Order.cs b/Empower.Library.Room0/Order.cs index d4cbe89..262bd18 100644 --- a/Empower.Library.Room0/Order.cs +++ b/Empower.Library.Room0/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 'this is a bug'"; + suffix = " from room '0'"; } ///