aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/Model/ChannelManager.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-31 22:17:50 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-31 22:17:50 -0400
commitd66290269d4709fe2d909284801f31669aa26f74 (patch)
treefcc7151652c880f60f5020c4069901439b6b6a8f /back-end/src/Model/ChannelManager.cs
parentafdeeb686f3aa022bec19084a337e233c622b4e3 (diff)
pre tag updates
Diffstat (limited to 'back-end/src/Model/ChannelManager.cs')
-rw-r--r--back-end/src/Model/ChannelManager.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/back-end/src/Model/ChannelManager.cs b/back-end/src/Model/ChannelManager.cs
index adcc3b2..22dbab9 100644
--- a/back-end/src/Model/ChannelManager.cs
+++ b/back-end/src/Model/ChannelManager.cs
@@ -26,19 +26,21 @@ using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
+using VNLib.Utils.IO;
using VNLib.Hashing;
using VNLib.Plugins;
using VNLib.Plugins.Extensions.Loading;
using Content.Publishing.Blog.Admin.Storage;
+
namespace Content.Publishing.Blog.Admin.Model
{
[ConfigurationName("blog_channels")]
internal sealed class ChannelManager : IChannelContextManager
{
- private readonly IStorageFacade Storage;
+ private readonly ISimpleFilesystem Storage;
private readonly string _indexPath;