Convert function to arrow-function
This commit is contained in:
parent
e1968b0953
commit
9b75b729ba
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const setTrack = (data) => ({
|
||||||
data,
|
data,
|
||||||
})
|
})
|
||||||
|
|
||||||
let filterSongs = function (data, ids) {
|
const filterSongs = (data, ids) => {
|
||||||
if (!ids) {
|
if (!ids) {
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue