From 8bd9d627e5b14c794495a11379512a4db5919241 Mon Sep 17 00:00:00 2001 From: mc <56406996+McMistrzYT@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:23:14 +0100 Subject: [PATCH] yls making a commit and it doesnt even work LMFAOO --- Server/Source/Routes/Downloads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Source/Routes/Downloads.ts b/Server/Source/Routes/Downloads.ts index 6c4652f..edd8df3 100644 --- a/Server/Source/Routes/Downloads.ts +++ b/Server/Source/Routes/Downloads.ts @@ -73,7 +73,7 @@ async (req, res) => { }); App.get("/:InternalID", -RequireAuthentication() +RequireAuthentication(), async (req, res, next) => { const SongData = await Song.findOne({ where: { ID: req.params.InternalID }, relations: { Author: true } }); if (!SongData)