Skip to content

Commit

Permalink
Merge pull request #3 from PedroDebevere/master
Browse files Browse the repository at this point in the history
Update Order.cs
  • Loading branch information
janstaelensskyline authored Mar 17, 2023
2 parents 850d169 + b647573 commit be29e3a
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 '0'";
suffix = " from room 100";
}

/// <summary>
Expand Down

0 comments on commit be29e3a

Please sign in to comment.