From a3eae8cccc4534bbdc60fc912d102f6521d02b36 Mon Sep 17 00:00:00 2001 From: JBlixems Date: Wed, 17 Jul 2024 11:28:02 +0200 Subject: [PATCH] Fix linting error --- CoVAR-app/src/functions/requests.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CoVAR-app/src/functions/requests.tsx b/CoVAR-app/src/functions/requests.tsx index e7f8a3a..97ebac0 100644 --- a/CoVAR-app/src/functions/requests.tsx +++ b/CoVAR-app/src/functions/requests.tsx @@ -216,6 +216,8 @@ export const authorizeUser = async (username: string, accessToken: string) => { } catch (error) { console.error('Error updating user role:', error); throw error; + } +}; export const handleDownloadFile = async (loid: number, fileName: string) => { try {