Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/mosip/inji into inji-536…
Browse files Browse the repository at this point in the history
…-check-status-failed-while-downloading-vc

Signed-off-by: Sri Kanth Kola <[email protected]>
  • Loading branch information
srikanth716 committed Nov 17, 2023
1 parent 5f43a8a commit 390ee6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions machines/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
getErrorEventData,
sendErrorEvent,
} from '../shared/telemetry/TelemetryUtils';
import { TelemetryConstants } from '../shared/telemetry/TelemetryConstants';
import {TelemetryConstants} from '../shared/telemetry/TelemetryConstants';

export const keyinvalidatedString =
'Key Invalidated due to biometric enrollment';
Expand Down Expand Up @@ -550,7 +550,6 @@ export async function getItem(
) {
try {
const data = await Storage.getItem(key, encryptionKey);
console.log('getItem from Storage ==>',data)
if (data != null) {
let decryptedData;
if (key === SETTINGS_STORE_KEY) {
Expand Down

0 comments on commit 390ee6e

Please sign in to comment.