Fix grain price fetcher
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Managing.Infrastructure.Databases.InfluxDb.Abstractions;
|
||||
|
||||
public interface IInfluxDbRepository
|
||||
public interface IInfluxDbRepository : IDisposable
|
||||
{
|
||||
string Organization { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user