Oops, fixing typo

This commit is contained in:
James Barnsley
2017-12-30 10:49:56 +13:00
parent dc93128fcd
commit d33720a9ce

View File

@ -247,7 +247,7 @@ export function albumsLoaded(albums){
export function artistsLoaded(artists){
return {
type: 'ALBUMS_LOADED',
type: 'ARTISTS_LOADED',
artists: artists
}
}