Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Jan 10, 2025
1 parent 6695bf6 commit e2c5829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
enableScripts: true
checksumBehavior: "update"
checksumBehavior: 'update'
5 changes: 1 addition & 4 deletions app/src/utils/qrCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import pako from 'pako';
import { Linking, NativeModules, Platform } from 'react-native';

import { Mode, OpenPassportApp } from '../../../common/src/utils/appType';
import {
getCircuitNameOld,
parseCertificateSimple,
} from '../../../common/src/utils/certificate_parsing/parseCertificateSimple';
import { getCircuitNameOld } from '../../../common/src/utils/certificate_parsing/parseCertificateSimple';
import useNavigationStore from '../stores/navigationStore';
import useUserStore from '../stores/userStore';
import { downloadZkey } from './zkeyDownload';
Expand Down

0 comments on commit e2c5829

Please sign in to comment.