dependencies update and fix lint unused disabled line
This commit is contained in:
@@ -43,7 +43,6 @@ Array.prototype.forEach.call(atags, function (aEle) {
|
||||
} else {
|
||||
fetch(href)
|
||||
.then( (r) => r.text())
|
||||
// eslint-disable-next-line promise/always-return
|
||||
.then( (data) => {
|
||||
post({ href, data });
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user