Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlixems committed Jul 17, 2024
1 parent 3f96b87 commit a3eae8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoVAR-app/src/functions/requests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a3eae8c

Please sign in to comment.