mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-06-30 06:02:04 -06:00
fix comment indentations
This commit is contained in:
parent
d0c2eadedc
commit
d742b76bfd
1 changed files with 4 additions and 4 deletions
|
|
@ -282,7 +282,7 @@ export class LiveDataProxy {
|
|||
// Prepare db updates
|
||||
const target = m.target;
|
||||
if (target.length === 0) {
|
||||
// Overwrite this proxy's root value
|
||||
// Overwrite this proxy's root value
|
||||
updates.push({ ref, target, value: cache, type: 'set', previous: m.previous });
|
||||
}
|
||||
else {
|
||||
|
|
@ -309,9 +309,9 @@ export class LiveDataProxy {
|
|||
acebase_proxy: {
|
||||
id: proxyId,
|
||||
source: update.type,
|
||||
// update_id: ID.generate(),
|
||||
// batch_id: batchId,
|
||||
// batch_updates: updates.length
|
||||
// update_id: ID.generate(),
|
||||
// batch_id: batchId,
|
||||
// batch_updates: updates.length
|
||||
},
|
||||
};
|
||||
await promise;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue