Skip to content

Commit

Permalink
Appeasing Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliusan committed Dec 7, 2021
1 parent be825bd commit 36034c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wasp-cli/metrics/nodeconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func makeMessagesMetricsTableRow(name string, isIn bool, ncmm *model.NodeConnect
res[1] = "OUT"
}
res[2] = fmt.Sprintf("%v", ncmm.Total)
res[3] = fmt.Sprintf("%v", ncmm.LastEvent)
res[3] = ncmm.LastEvent.String()
res[4] = ncmm.LastMessage
if len(res[4]) > maxMessageLen {
res[4] = res[4][:maxMessageLen]
Expand Down

0 comments on commit 36034c8

Please sign in to comment.