Skip to content

Commit 1e2b10f

Browse files
committed
Fix SpanInfo.Kind property
1 parent c6a1893 commit 1e2b10f

File tree

1 file changed

+1
-1
lines changed
  • model/src/main/kotlin/org/digma/intellij/plugin/model/rest/insights

1 file changed

+1
-1
lines changed

model/src/main/kotlin/org/digma/intellij/plugin/model/rest/insights/SpanInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ constructor(
2222
val spanCodeObjectId: String?, //TODO: should be not null, somehow the backend returns nulls on endpoints
2323
val displayName: String,
2424
val methodCodeObjectId: String?,
25-
val kind: String,
25+
val kind: String?,
2626
)

0 commit comments

Comments
 (0)