From d66290269d4709fe2d909284801f31669aa26f74 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 31 Aug 2023 22:17:50 -0400 Subject: pre tag updates --- back-end/src/Model/ChannelManager.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'back-end/src/Model/ChannelManager.cs') 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; -- cgit