fix lint error

This commit is contained in:
binaryify 2023-01-18 15:52:24 +08:00
parent d8abac46d2
commit 5e7beb8203

View File

@ -10,7 +10,7 @@ module.exports = (query, request) => {
kv: 0, kv: 0,
yv: 0, yv: 0,
ytv: 0, ytv: 0,
yrv: 0 yrv: 0,
} }
return request( return request(
'POST', 'POST',
@ -21,8 +21,7 @@ module.exports = (query, request) => {
cookie: query.cookie, cookie: query.cookie,
proxy: query.proxy, proxy: query.proxy,
realIP: query.realIP, realIP: query.realIP,
url: '/api/song/lyric/v1' url: '/api/song/lyric/v1',
}, },
) )
} }