Changed release media association existence check, added log for details.

This commit is contained in:
DebaucheryLibrarian
2022-01-28 04:05:29 +01:00
parent 8cdc794a3a
commit 90bc2f3724
3 changed files with 18 additions and 8 deletions

View File

@@ -17,10 +17,11 @@
"vue/html-indent": ["error", "tab"],
"vue/multiline-html-element-content-newline": 0,
"vue/singleline-html-element-content-newline": 0,
"vue/multi-word-component-names": 0,
"no-param-reassign": ["error", {
"props": true,
"ignorePropertyModificationsFor": ["state", "acc"]
}],
}]
},
"globals": {
"CONFIG": true