mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:17:38 +00:00
refactor: centralize target errors and cache lookups
This commit is contained in:
@@ -227,6 +227,7 @@ async function getDirectoryEntries(params: {
|
||||
source: "live",
|
||||
});
|
||||
directoryCache.set(liveKey, liveEntries, params.cfg);
|
||||
directoryCache.set(cacheKey, liveEntries, params.cfg);
|
||||
return liveEntries;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user