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 3a2aef1 commit b89e866Copy full SHA for b89e866
src/core/lib/utils.js
@@ -292,7 +292,7 @@ export function sendRequest(queryObject, options) {
292
if (err || !_data || (_data.entries.length === 0 && _data.assets.length === 0)) {
293
return reject({ error_code: 141, error_message: 'The requested entry doesn\'t exist.' });
294
}
295
- getCacheCallback()(err, _data);
+ getCacheCallback(resolve, reject)(err, _data);
296
});
297
return
298
} else {
0 commit comments