refactor(feishu): remove stale explicit-any escapes

This commit is contained in:
Ayaan Zaidi
2026-03-27 11:27:59 +05:30
parent f248fc8f86
commit 571d4d52e9
6 changed files with 22 additions and 15 deletions

View File

@@ -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,