diff --git a/backend/src/realtime/realtime-note/realtime-connection.ts b/backend/src/realtime/realtime-note/realtime-connection.ts index d91fc23a6..db6d77284 100644 --- a/backend/src/realtime/realtime-note/realtime-connection.ts +++ b/backend/src/realtime/realtime-note/realtime-connection.ts @@ -19,8 +19,7 @@ export class RealtimeConnection { private readonly transporter: MessageTransporter; private readonly yDocSyncAdapter: YDocSyncServerAdapter; private readonly realtimeUserStateAdapter: RealtimeUserStatusAdapter; - - private displayName: string; + private readonly displayName: string; /** * Instantiates the connection wrapper.