mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.3
This commit is contained in:
@@ -1983,7 +1983,7 @@ class DataLoader {
|
||||
const {siteData = null, prereleaseData = null, brewData = null} = await this._pCacheAndGet_getCacheMeta({pageClean, sourceClean, dataLoader});
|
||||
await this._pCacheAndGet_processCacheMeta({dataLoader, siteData, prereleaseData, brewData, lockToken2});
|
||||
|
||||
return this.getFromCache(page, source, hash, {isCopy, _isInsertSentinelOnMiss: true});
|
||||
return this.getFromCache(page, source, hash, {isCopy, isRequired, _isInsertSentinelOnMiss: true});
|
||||
}
|
||||
|
||||
static async pCacheAndGetHash (page, hash, opts) {
|
||||
|
||||
Reference in New Issue
Block a user