fix: handle ReminderRollup in agent/manager response patterns
Add the ReminderRollup variant to exhaustive pattern matches in both hive-ag3nt and hive-m1nd binaries.
This commit is contained in:
parent
91bfa269fd
commit
8fe0725e1d
2 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ async fn serve(
|
|||
| AgentResponse::QuestionQueued { .. }
|
||||
| AgentResponse::LooseEnds { .. }
|
||||
| AgentResponse::PendingRemindersCount { .. }
|
||||
| AgentResponse::ReminderRollup { .. }
|
||||
| AgentResponse::Whoami { .. },
|
||||
) => {
|
||||
tracing::warn!("recv produced unexpected response kind");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue