yls making a commit and it doesnt even work LMFAOO

This commit is contained in:
mc 2024-02-05 00:23:14 +01:00 committed by GitHub
parent dc98e45e2c
commit 8bd9d627e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ async (req, res) => {
}); });
App.get("/:InternalID", App.get("/:InternalID",
RequireAuthentication() RequireAuthentication(),
async (req, res, next) => { async (req, res, next) => {
const SongData = await Song.findOne({ where: { ID: req.params.InternalID }, relations: { Author: true } }); const SongData = await Song.findOne({ where: { ID: req.params.InternalID }, relations: { Author: true } });
if (!SongData) if (!SongData)