mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
lint
This commit is contained in:
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
|
// CB should be called asynchronously, since surprising hard-to-debug interactions can happen
|
||||||
// if it's sometimes synchronous and sometimes not.
|
// 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(() => {
|
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);
|
this._updateQuerySetDebounced(newQuerySet, cb);
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user