Skip to content

Commit d0f8b61

Browse files
committed
Refactor LiveView implementation and Service object structure
1 parent 854642d commit d0f8b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/spp/cli/commands/developer/view/SubscribeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class SubscribeView : CliktCommand(
137137
val rawMetrics = JsonObject(event.metricsData)
138138
val logData = Log(rawMetrics.getJsonObject("log"))
139139
val logsResult = LogResult(
140-
event.artifactQualifiedName,
140+
null,
141141
LogOrderType.NEWEST_LOGS,
142142
logData.timestamp,
143143
listOf(logData),

0 commit comments

Comments
 (0)