From 2acd2f420c1bed5f5681e8cdfc58777683946c30 Mon Sep 17 00:00:00 2001 From: Nandana-NNR Date: Tue, 8 Oct 2024 15:43:46 +0530 Subject: [PATCH] update constant --- src/constant.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constant.js b/src/constant.js index dbc62c97..9ea653dc 100644 --- a/src/constant.js +++ b/src/constant.js @@ -115,7 +115,6 @@ export const CONSTANTS = { EXCLUDED_VALUES: [null, undefined], FIREBOLT_CONST: 'firebolt', CERTIFICATION: false, - METHODS_T0_IGNORE_WHICH_HAS_SET: ['privacy.settings', 'securestorage.setForApp'], ERROR_MESSAGEREGEX: new RegExp('((-)[0-9]{5}): ([A-Za-z ]*)'), LOCK_TIME: 20000, MAX_FAILURES: 3,