mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
style: move Utility away from Services
This commit is contained in:
parent
a1816a9ac1
commit
27431c72cf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ using Remora.Results;
|
|||
using TeamOctolings.Octobot.Data;
|
||||
using TeamOctolings.Octobot.Extensions;
|
||||
|
||||
namespace TeamOctolings.Octobot.Services;
|
||||
namespace TeamOctolings.Octobot;
|
||||
|
||||
/// <summary>
|
||||
/// Provides utility methods that cannot be transformed to extension methods because they require usage
|
Loading…
Add table
Reference in a new issue