Update pkg/agent/loop.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
932e907f3c
commit
cc6a026624
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ func (al *AgentLoop) ProcessHeartbeat(
|
||||||
map[string]any{
|
map[string]any{
|
||||||
"active_session": ts.sessionKey,
|
"active_session": ts.sessionKey,
|
||||||
})
|
})
|
||||||
return "HEARTBEAT_OK", nil
|
return "HEARTBEAT_SKIPPED", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := al.ensureHooksInitialized(ctx); err != nil {
|
if err := al.ensureHooksInitialized(ctx); err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue