开启后端严格空值检查
This commit is contained in:
@@ -162,7 +162,7 @@ export async function getKuaishouCloudClaimDetail(token: unknown) {
|
||||
let task = context.task
|
||||
|
||||
if (String(task.executor_key || '').trim() === 'kuaishou_ct_assisted') {
|
||||
task = await syncKuaishouCloudRoleInfo(task)
|
||||
task = await syncKuaishouCloudRoleInfo(task) || task
|
||||
}
|
||||
|
||||
return buildClaimDetailPayload({
|
||||
|
||||
Reference in New Issue
Block a user