Refactored single almanach view

This commit is contained in:
Simon Martens
2025-02-25 22:13:02 +01:00
parent 4d65b71563
commit 0a9e71d4e3
11 changed files with 321 additions and 171 deletions

View File

@@ -65,7 +65,7 @@ type AgentResult struct {
}
func NewAgentResult(app core.App, id string) (*AgentResult, error) {
agent, err := dbmodels.AgentForId(app, id)
agent, err := dbmodels.Agents_ID(app, id)
if err != nil {
return nil, err
}