Fix incorrect variable name

This commit is contained in:
Jeroen Engels 2023-06-01 12:49:03 +02:00
parent 64a749e69d
commit 48e9897960

View File

@ -5514,8 +5514,8 @@ createProjectVisitor schema hidden maybeVisitor possibleInputContexts computeCon
computeContentHash project
cachePredicate : ProjectFileCache projectContext -> Bool
cachePredicate elmJson =
ProjectFileCache.match contentHash inputContextHash elmJson
cachePredicate cacheData =
ProjectFileCache.match contentHash inputContextHash cacheData
in
case reuseProjectRuleCache cachePredicate cacheGetter hidden.cache of
Just entry ->