Skip to content

Commit

Permalink
code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Nov 14, 2024
1 parent d3d3c62 commit 6d81d4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ElementX/Sources/Services/Room/KnockedRoomProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class KnockedRoomProxy: KnockedRoomProxyProtocol {

// A room identifier is constant and lazy stops it from being fetched
// multiple times over FFI
var id: String {
info.id
}
lazy var id = info.id

let ownUserID: String

Expand Down

0 comments on commit 6d81d4c

Please sign in to comment.