fix(check): repair latest type drift batch

This commit is contained in:
Peter Steinberger
2026-04-06 15:03:49 +01:00
parent 380a396266
commit 732c18cd06
10 changed files with 152 additions and 83 deletions

View File

@@ -15,13 +15,12 @@ import type {
ResolvedFeishuAccount,
} from "./types.js";
const {
_listConfiguredAccountIds,
listAccountIds: listFeishuAccountIds,
resolveDefaultAccountId,
} = createAccountListHelpers("feishu", {
allowUnlistedDefaultAccount: true,
});
const { listAccountIds: listFeishuAccountIds, resolveDefaultAccountId } = createAccountListHelpers(
"feishu",
{
allowUnlistedDefaultAccount: true,
},
);
export { listFeishuAccountIds };