Merge branch 'eslint-9' into 'v3'
Bump ESLint from unsported version to version 9 See merge request openflexure/openflexure-microscope-server!489
This commit is contained in:
commit
89c5ea6886
6 changed files with 377 additions and 507 deletions
|
|
@ -57,7 +57,7 @@ export default {
|
|||
propertyDescription: function () {
|
||||
try {
|
||||
return this.thingDescription(this.thingName).properties[this.propertyName];
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return undefined;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue