mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 03:31:10 +00:00
fix(check): repair latest type drift batch
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user