Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Mar 26, 2024
1 parent 0798723 commit fa6c777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export const useRegisterAsdRepForm = (
return await buildDRepRegCert(url, hash);
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (error: any) {
// eslint-disable-next-line no-console
console.error(error);
throw error;
}
Expand Down

0 comments on commit fa6c777

Please sign in to comment.