chainlink-fix
Janet Vorobyeva 8 months ago
parent 9b29a35dc3
commit 62a54f4ca9

@ -163,9 +163,9 @@ export class DynamicQuerySet extends RowSource {
// CB should be called asynchronously, since surprising hard-to-debug interactions can happen
// if it's sometimes synchronous and sometimes not.
console.log(`======= called makeQuery: ${query.tableId}: ${JSON.stringify(query.filters)}`) //TODO JV TEMP DEBUG
console.log(`======= called makeQuery: ${query.tableId}: ${JSON.stringify(query.filters)}`); //TODO JV TEMP DEBUG
newQuerySet.fetchPromise.then(() => {
console.log(`======= promise RESOLVED: ${query.tableId}: ${JSON.stringify(query.filters)}`) //TODO JV TEMP DEBUG
console.log(`======= promise RESOLVED: ${query.tableId}: ${JSON.stringify(query.filters)}`); //TODO JV TEMP DEBUG
this._updateQuerySetDebounced(newQuerySet, cb);
})

Loading…
Cancel
Save