Some eslint fixes

This commit is contained in:
David Carley
2022-09-05 10:30:42 +00:00
parent cae5ccd7b7
commit 135b46df23
17 changed files with 36 additions and 36 deletions

View File

@@ -342,7 +342,7 @@ module.exports = {
utils.clickFileInput("gcode-file-input");
},
upload: async function (e) {
upload: function (e) {
const files = e.target.files || e.dataTransfer.files;
if (!files.length) {
return;