This commit is contained in:
Alex Rodionov 2024-05-30 20:44:40 -07:00
parent 729d401ac3
commit 5cea67652c
6 changed files with 6 additions and 6 deletions

2
dist/post/index.js vendored
View file

@ -95956,7 +95956,7 @@ async function run() {
}
async function stopRemoteCacheServer() {
if (!config.remoteCacheServer.enabled) {
if (!config.remoteCache.enabled) {
return
}