chore: eslint upgrade (#325)

This commit is contained in:
Norman Breau
2022-06-14 13:41:28 -03:00
committed by GitHub
parent 96aad0e22e
commit 6153f6d7bf
9 changed files with 1224 additions and 1619 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
* FileTransferError
* @constructor
*/
var FileTransferError = function (code, source, target, status, body, exception) {
const FileTransferError = function (code, source, target, status, body, exception) {
this.code = code || null;
this.source = source || null;
this.target = target || null;