File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1886,10 +1886,6 @@ function clearDraftSpendRule() {
18861886 Onyx . set ( ONYXKEYS . FORMS . SPEND_RULE_FORM , null ) ;
18871887}
18881888
1889- function initDraftSpendRuleMerchants ( merchantNames : string [ ] , merchantMatchTypes : Array < ValueOf < typeof CONST . SEARCH . SYNTAX_OPERATORS > > ) {
1890- Onyx . merge ( ONYXKEYS . FORMS . SPEND_RULE_FORM_DRAFT , { merchantNames, merchantMatchTypes} ) ;
1891- }
1892-
18931889function updateSpendRuleFormDraft ( draftData : Partial < SpendRuleForm > ) {
18941890 Onyx . merge ( ONYXKEYS . FORMS . SPEND_RULE_FORM_DRAFT , draftData ) ;
18951891}
@@ -1955,7 +1951,6 @@ export {
19551951 setDraftSpendRule ,
19561952 updateDraftSpendRule ,
19571953 clearDraftSpendRule ,
1958- initDraftSpendRuleMerchants ,
19591954 updateSpendRuleFormDraft ,
19601955 clearSpendRuleFormDraft ,
19611956 openTroubleshootSettingsPage ,
You can’t perform that action at this time.
0 commit comments