Skip to content

Commit

Permalink
We were using this in the handler connection...
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 20, 2023
1 parent 445a27d commit 42f7127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface HandlerOptions {
export class Handler implements Resolver {
connect: (ctx: Connection.Context) => Connection
router: Route<Request, Response | undefined>
protected changes: ChangeSetCreator
changes: ChangeSetCreator
protected lastSync = 0
protected resolver: EntryResolver

Expand Down

0 comments on commit 42f7127

Please sign in to comment.