status display fix

This commit is contained in:
2026-02-19 20:59:11 +01:00
parent ea75f07421
commit 14df23e00f

View File

@@ -11,7 +11,7 @@ import (
type IssueRef struct { type IssueRef struct {
ID int `json:"id"` ID int `json:"id"`
Title string `json:"title"` Title string `json:"name"`
} }
type Issue struct { type Issue struct {