Skip to content

Commit

Permalink
Updated client to be private val
Browse files Browse the repository at this point in the history
  • Loading branch information
kumsmrit committed Apr 8, 2024
1 parent 6edfbae commit f65a06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Session(val tabID: String, val project: Project) {
private var _conversationId: String? = null
private var _latestMessage: String = ""
private var task: String = ""
private var proxyClient: FeatureDevClient
private val proxyClient: FeatureDevClient

// retry session state vars
private var approachRetries: Int
Expand Down

0 comments on commit f65a06b

Please sign in to comment.