refactor: 移除未使用的变量data
This commit is contained in:
parent
547bd1eba4
commit
fee436eddc
|
|
@ -227,7 +227,6 @@ export class DouyinContentAdapter extends BaseContentAdapter {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
const data = response.data;
|
|
||||||
return this.parseDouyinSDKResponse(response.data, auditData.taskId || '');
|
return this.parseDouyinSDKResponse(response.data, auditData.taskId || '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue