fixed lint error

This commit is contained in:
binaryify
2022-09-03 23:26:43 +08:00
parent 890344aa97
commit 56166c3157
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ module.exports = (query, request) => {
cookie: query.cookie,
proxy: query.proxy,
realIP: query.realIP,
url: '/api//music/sheet/preview/info',// 我没写错! 他们就是这么请求的!
url: '/api//music/sheet/preview/info', // 我没写错! 他们就是这么请求的!
},
)
}