Skip to content

Commit

Permalink
Attempt to fix order suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonV-Skyline committed Mar 27, 2023
1 parent 5d6ee27 commit 0fcbddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Empower.Library.Room4/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 'ABugFromRoom4'";
}

/// <summary>
Expand Down

0 comments on commit 0fcbddc

Please sign in to comment.