fix
This commit is contained in:
parent
729d401ac3
commit
5cea67652c
6 changed files with 6 additions and 6 deletions
2
post.js
2
post.js
|
|
@ -12,7 +12,7 @@ async function run() {
|
|||
}
|
||||
|
||||
async function stopRemoteCacheServer() {
|
||||
if (!config.remoteCacheServer.enabled) {
|
||||
if (!config.remoteCache.enabled) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue