Skip to content

Commit

Permalink
Repo: removeDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Nov 6, 2023
1 parent 55ac57c commit 9de406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automerge-repo/src/Repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class Repo extends EventEmitter<RepoEvents> {
delete this.handles[documentId]

// remove it from storage
void this.storageSubsystem?.remove(documentId)
void this.storageSubsystem?.removeDoc(documentId)

// TODO Pass the delete on to the network
// synchronizer.removeDocument(documentId)
Expand Down

0 comments on commit 9de406d

Please sign in to comment.