mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Added support for new commentCount
This commit is contained in:
@@ -72,9 +72,9 @@ class SharedCacheDataLoader extends DataLoader {
|
||||
constructor(prefix, expiry, batchLoadFn, options) {
|
||||
super(SharedCacheDataLoader.batchLoadFn(prefix, expiry, batchLoadFn), options);
|
||||
|
||||
this._keyFunc = SharedCacheDataLoader.keyFunc(this._prefix);
|
||||
this._prefix = prefix;
|
||||
this._expiry = expiry;
|
||||
this._keyFunc = SharedCacheDataLoader.keyFunc(this._prefix);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user