Skip to content

Commit 156a9e8

Browse files
committed
Remove unknown field access
1 parent 71c7798 commit 156a9e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/result-cache.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ async function load(options, appHash) {
4747
}
4848

4949
resultCache.clear();
50-
const cacheFolder =
51-
options.resultCacheFolder || options.resultCachePath(appHash);
50+
const cacheFolder = options.resultCachePath(appHash);
5251
global.elmJsonReplacer = ResultCacheJson.replacer;
5352

5453
global.loadResultFromCache = (ruleName, ruleId) => {

0 commit comments

Comments
 (0)