Skip to content

Commit

Permalink
onLoadDocument remove return (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
shincurry authored Sep 2, 2024
1 parent fb53560 commit c4c6094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/extension-database/src/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export class Database implements Extension {
if (update) {
Y.applyUpdate(data.document, update)
}

return data.document
}

/**
Expand Down

0 comments on commit c4c6094

Please sign in to comment.