Skip to content

Commit

Permalink
Merge pull request #26 from SkylineCommunicationsSandbox/master
Browse files Browse the repository at this point in the history
Fix Bug
  • Loading branch information
janstaelensskyline authored Jun 23, 2023
2 parents f7ab27a + dc242af commit 9a900d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Empower.Library.Room0/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 '0'";
}

/// <summary>
Expand Down

0 comments on commit 9a900d7

Please sign in to comment.