We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3354e53 commit 5d6eca2Copy full SHA for 5d6eca2
ghcrawler/providers/storage/storageDocStore.js
@@ -95,7 +95,7 @@ class AzureStorageDocStore {
95
// This API can only be used for the 'deadletter' store because we cannot look up documents by type performantly
96
async count(type, force = false) {
97
this._ensureDeadletter(type)
98
- const key = `${this.name}:count:${type || ''}`
+ const key = `${this.options.container}:count:${type || ''}`
99
if (!force) {
100
const cachedCount = memoryCache.get(key)
101
if (cachedCount) {
0 commit comments