Skip to content

Commit

Permalink
Merge pull request #1 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 c57d0bd + 3ba4d52 commit df22746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -73,4 +73,4 @@ public async Task<bool> DispatchAsync(string user)
}
}
}
}
}

0 comments on commit df22746

Please sign in to comment.