Don't copy cache-long on build.

This commit is contained in:
Joseph Milazzo 2025-04-19 12:47:09 -05:00
parent f7fb3a1277
commit f843fac7f4
2 changed files with 2 additions and 0 deletions

View file

@ -186,6 +186,7 @@ public class CacheService : ICacheService
}
else
{
// Potential BUG: If the folder is left here and there are no files within, this could theoretically return without proper cache
return chapter;
}
}