Skip to content

Commit

Permalink
Left some comments in there
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Jan 8, 2020
1 parent 25f5f94 commit 3bb1616
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions backend/src/handlers/mopidy/image-cache/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ const ImageCache = {
}
})
})

// TODO
// add: (uri, data) => new Promise((resolve) => {
// fetchFromCache(uri).then((response) => {
// if (response) {
// return resolve({ image: response.data })
// } else {
// return resolve({ addToCache: addToCacheHandler(uri) })
// }
// })
// })
}

export default ImageCache

0 comments on commit 3bb1616

Please sign in to comment.