mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 09:22:36 +00:00
fix(cron): fix extra indent for properties closing brace and required field
This commit is contained in:
parent
35b51c0694
commit
15faa3b115
@ -103,8 +103,8 @@ class CronTool(Tool):
|
||||
"default": True
|
||||
},
|
||||
"job_id": {"type": "string", "description": "Job ID (for remove)"},
|
||||
},
|
||||
"required": ["action"],
|
||||
},
|
||||
"required": ["action"],
|
||||
}
|
||||
|
||||
async def execute(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user