mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-02 15:55:50 +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
|
"default": True
|
||||||
},
|
},
|
||||||
"job_id": {"type": "string", "description": "Job ID (for remove)"},
|
"job_id": {"type": "string", "description": "Job ID (for remove)"},
|
||||||
},
|
},
|
||||||
"required": ["action"],
|
"required": ["action"],
|
||||||
}
|
}
|
||||||
|
|
||||||
async def execute(
|
async def execute(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user