fix error

This commit is contained in:
binaryify 2016-07-09 10:49:55 +08:00
parent 79e837cebf
commit 68a8635f4b
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ const getPlaylists = (id, callback) => {
}
})
}
export { Playlists }
export { getPlaylists }