Cleanup old unused and missing vars

This commit is contained in:
advplyr
2022-04-03 14:37:44 -05:00
parent f57f0e4e0d
commit 0b9b0341b5
6 changed files with 15 additions and 10 deletions
+1
View File
@@ -124,6 +124,7 @@ export default {
},
methods: {
async fetchCategories() {
if (!this.currentLibraryId) return null
var categories = await this.$axios
.$get(`/api/libraries/${this.currentLibraryId}/personalized?minified=1`)
.then((data) => {