Skip to content

Commit

Permalink
update as in logux#107
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Mar 6, 2024
1 parent e14af89 commit ceda219
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexed-store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ export class IndexedStore {
} else {
let added = await promisify(store.os('log', 'write').add(entry))
delete store.adding[entry.created]
meta.added = added
return meta
return { ...meta, added }
}
}

Expand Down

0 comments on commit ceda219

Please sign in to comment.