[ticket/15769] Fix object shorthand error in eslint

PHPBB3-15769
This commit is contained in:
Marc Alexander 2022-07-01 20:52:29 +02:00
parent dd2723b0bd
commit 7bf42797a7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -147,7 +147,7 @@
processData: false,
contentType: false,
success: $this.uploadDone,
error: () => {
error() {
console.log('Upload error');
},
}).done($this.uploadDone);