({ commit }, { podcastId })
| 46 | commit('setLoading', false) |
| 47 | }, |
| 48 | async fetch ({ commit }, { podcastId }) { |
| 49 | const podcast = await getPodcast(podcastId) |
| 50 | commit('setPodcast', podcast) |
| 51 | } |
| 52 | } |
| 53 | } |
nothing calls this directly
no test coverage detected