From 813cb49d36edc987ecfad13291f58b6b044df3ba Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 7 Aug 2025 12:18:01 +0300 Subject: Feat: open router impl --- tables.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tables.go') 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) -- cgit v1.2.3