mirror of
https://github.com/larksuite/cli.git
synced 2026-08-03 08:32:46 +08:00
A get_node success response may omit data.node/node_token (the field is optional), so a missing token must not be read as proof of deletion. Classify the response as same / different / unknown: only a different non-empty node_token proves the original node is gone (move-to-drive), while an unknown identity keeps polling in isWikiNodeDeleted and still attempts deletion in deleteWikiNodeAndVerify instead of leaking nodes.