@@ -287,7 +287,6 @@ async function SubmitWrapper(req, res) {
}
app.post('/lyric', async (req, res) => {
- const fetch = require('node-fetch');
let name = req.body.name
let artist = req.body.artist;
let album = req.body.albumName;