feat(heartbeat): change default target to 'last' and remove target option from UI
This commit is contained in:
@@ -16,8 +16,6 @@ class BoardGroupHeartbeatApply(SQLModel):
|
||||
# Heartbeat cadence string understood by the OpenClaw gateway
|
||||
# (e.g. "2m", "10m", "30m").
|
||||
every: str
|
||||
# Optional heartbeat target (most deployments use "none").
|
||||
target: str | None = None
|
||||
include_board_leads: bool = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user