Fix typeo

This commit is contained in:
Timothy Baldridge 2023-10-20 22:56:19 +01:00
parent cf0dae0049
commit 798b07c715

View File

@ -44,7 +44,7 @@ public class AuthorFiles
_bucketName = settings.S3.AuthoredFilesBucket;
_ = PrimeCache();
_streamPool = new RecyclableMemoryStreamManager();
_cacheFile = _settings.S3.AuthoredFilesBucket.ToAbsolutePath();
_cacheFile = _settings.S3.AuthoredFilesBucketCache.ToAbsolutePath();
}
private async Task PrimeCache()