remove unused var

This commit is contained in:
geoffrey45
2022-07-06 17:53:53 +03:00
parent 18d213e57f
commit 27605facf2
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const getAlbumArtists = async (hash: string) => {
};
const getAlbumBio = async (hash: string) => {
const { data, status, error } = await useAxios({
const { data, status } = await useAxios({
url: state.settings.uri + "/album/bio",
props: {
hash: hash,