summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-08-07 12:18:01 +0300
committerGrail Finder <wohilas@gmail.com>2025-08-07 12:18:01 +0300
commit813cb49d36edc987ecfad13291f58b6b044df3ba (patch)
tree16135431c421c5f1a06a10972805b20beb3dc2b8 /tables.go
parent9b2558ffe88993e36d19cfb951ef8eb6016cec36 (diff)
Feat: open router impl
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tables.go b/tables.go
index ad39396..4090c8a 100644
--- a/tables.go
+++ b/tables.go
@@ -144,7 +144,6 @@ func makeChatTable(chatMap map[string]models.Chat) *tview.Table {
return
}
// Reload card from disk
- newCard := &models.CharCard{}
newCard, err := pngmeta.ReadCard(cc.FilePath, cfg.UserRole)
if err != nil {
logger.Error("failed to reload charcard", "path", cc.FilePath, "error", err)