larksuite/oapi-sdk-nodejs

删除用户时异常

qitaotom opened this issue · 0 comments

在使用 SDK 创建、修改用户正常,删除用户时出现以下问题:

TypeError: Cannot read property 'bodySource' of undefined
at /Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:223:42
at Generator.next ()
at /Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:27:71
at new Promise ()
at __awaiter (/Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:23:12)
at deleteTmpFile (/Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:218:37)
at /Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:234:11
at Generator.next ()
at /Users/taoqi/Documents/workspaces/habook/orbiter/node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:27:71
at new Promise ()