Skip to content

Commit

Permalink
Convert Call ViewModelLoader var to let
Browse files Browse the repository at this point in the history
  • Loading branch information
max-signal authored Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 311a9b9 commit ff09eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ extension CallsListViewController {
case newer
}

private var callRecordLoader: CallRecordLoader
private let callRecordLoader: CallRecordLoader
private let createCallViewModelBlock: CreateCallViewModelBlock
private let fetchCallRecordBlock: FetchCallRecordBlock
private let viewModelPageSize: UInt

0 comments on commit ff09eb8

Please sign in to comment.