update package version (#4586)

This commit is contained in:
Archer
2025-04-18 00:34:15 +08:00
committed by GitHub
parent 5208890c7f
commit 8f8d4c4190
7 changed files with 15 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ export const checkNode = async ({
node: StoreNodeItemType;
ownerTmbId: string;
}) => {
const { pluginId } = node;
const pluginId = node.pluginId;
if (!pluginId) return node;
try {