Skip to content

Commit 73f9806

Browse files
committed
fix-update-loop-in-backend-info-holder
1 parent 6b113c0 commit 73f9806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics/BackendInfoHolder.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import kotlin.time.Duration.Companion.seconds
2626
/**
2727
* keep the backend info and tracks it on connection events.
2828
*/
29+
//TODO: convert backend info to application service
2930
@Service(Service.Level.PROJECT)
3031
class BackendInfoHolder(val project: Project) : DisposableAdaptor {
3132

0 commit comments

Comments
 (0)