We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#
1 parent 3ab75f1 commit 3d14c51Copy full SHA for 3d14c51
internal/incident/incident.go
@@ -48,7 +48,7 @@ func (i *Incident) ObjectDisplayName() string {
48
}
49
50
func (i *Incident) String() string {
51
- return fmt.Sprintf("%d", i.incidentRowID)
+ return fmt.Sprintf("#%d", i.incidentRowID)
52
53
54
func (i *Incident) ID() int64 {
0 commit comments