mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 08:11:09 +00:00
refactor(feishu): remove stale explicit-any escapes
This commit is contained in:
@@ -78,7 +78,6 @@ function collectDescendants(
|
||||
* @param parentBlockId - Parent block to insert into (defaults to docToken)
|
||||
* @param index - Position within parent's children (-1 = end)
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- SDK block types
|
||||
async function insertBatch(
|
||||
client: Lark.Client,
|
||||
docToken: string,
|
||||
@@ -125,7 +124,6 @@ async function insertBatch(
|
||||
* each batch advances this by the number of first-level IDs inserted so far.
|
||||
* @returns Inserted children blocks and any skipped block IDs
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- SDK block types
|
||||
export async function insertBlocksInBatches(
|
||||
client: Lark.Client,
|
||||
docToken: string,
|
||||
|
||||
Reference in New Issue
Block a user