Skip to content

Commit

Permalink
removed unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Nov 13, 2023
1 parent 324a093 commit a42c982
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/automerge-repo/src/synchronizer/DocSynchronizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ import { headsAreSame } from "../helpers/headsAreSame.js"

type PeerDocumentStatus = "unknown" | "has" | "unavailable" | "wants"

type LastSync = {
heads: A.Heads
at: Date
dirty: boolean
}

type PendingMessage = {
message: RequestMessage | SyncMessage
received: Date
Expand Down

0 comments on commit a42c982

Please sign in to comment.