about summary refs log tree commit diff
path: root/Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-30 08:22:50 +0000
committerRory& <root@rory.gay>2024-05-30 08:22:50 +0000
commit0fa768556aca00f4346ccd71917fad048def6323 (patch)
treee6835af94759eac7814aa6d1c718d98d37dfc4a9 /Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs
parentLog warning if registering a duplicate type (diff)
downloadLibMatrix-dev/project-cleanup.tar.xz
Move around some projects, further cleanup pending dev/project-cleanup
Diffstat (limited to 'Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs')
-rw-r--r--Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs b/Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs
deleted file mode 100644
index 4f53a2a..0000000
--- a/Tests/TestDataGenerator/Bot/DataFetcherConfiguration.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using Microsoft.Extensions.Configuration;
-
-namespace TestDataGenerator.Bot;
-
-public class DataFetcherConfiguration {
-    public DataFetcherConfiguration(IConfiguration config) => config.GetRequiredSection("DataFetcher").Bind(this);
-
-    // public string
-}
\ No newline at end of file