eslint --fix

This commit is contained in:
Henry Jameson 2025-02-04 14:14:31 +02:00
commit d9aca590bb
38 changed files with 62 additions and 62 deletions

View file

@ -42,7 +42,7 @@ export const newImporter = ({
filePicker.addEventListener('change', event => {
if (event.target.files[0]) {
const filename = event.target.files[0].name
// eslint-disable-next-line no-undef
const reader = new FileReader()
reader.onload = ({ target }) => {
try {