Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 6e853e1

Browse files
fix: remove redundant session label addition on plugin.kt level
WHY: it is already added in the ActiveSession class init method
1 parent f03d397 commit 6e853e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

admin-part/src/main/kotlin/Plugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ class Plugin(
182182
is StartNewSession -> action.payload.run {
183183
val newSessionId = sessionId.ifEmpty(::genUuid)
184184
val isRealtimeSession = runtimeConfig.realtime && isRealtime
185-
val labels = labels + Label("Session", newSessionId)
186185
scope.startSession(
187186
newSessionId,
188187
testType,

0 commit comments

Comments
 (0)