Skip to content

Commit

Permalink
Update Order.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline authored Mar 20, 2023
1 parent be29e3a commit 45adbdf
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 100";
suffix = " from room 'ThisIsABug'";
}

/// <summary>
Expand Down

0 comments on commit 45adbdf

Please sign in to comment.