mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
Repair eslint wraning (#2453)
This commit is contained in:
@@ -174,11 +174,10 @@ class EditorUtilities {
|
||||
}
|
||||
|
||||
createDraftReview() {
|
||||
return seafileAPI.createDraftReview(draftID)
|
||||
.then(res => {
|
||||
let url = serviceUrl + '/drafts/review/' + res.data.id;
|
||||
return url;
|
||||
})
|
||||
return seafileAPI.createDraftReview(draftID).then(res => {
|
||||
let url = serviceUrl + '/drafts/review/' + res.data.id;
|
||||
return url;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user