Skip to content

Commit

Permalink
Merge pull request Expensify#35463 from Expensify/beaman-addNewInstan…
Browse files Browse the repository at this point in the history
…tSubmitAutoReportingFrequency

[NO QA] Add new "instant submit" auto reporting frequency to constants
  • Loading branch information
techievivek authored Jan 31, 2024
2 parents 49fbaa0 + c9113e7 commit 9d4c634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,7 @@ const CONST = {
USER: 'user',
},
AUTO_REPORTING_FREQUENCIES: {
INSTANT: 'instant',
IMMEDIATE: 'immediate',
WEEKLY: 'weekly',
SEMI_MONTHLY: 'semimonthly',
Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Policy = {
/** Whether the auto reporting is enabled */
autoReporting?: boolean;

/** The scheduled submit frequency set up on the this policy */
/** The scheduled submit frequency set up on this policy */
autoReportingFrequency?: ValueOf<typeof CONST.POLICY.AUTO_REPORTING_FREQUENCIES>;

/** Whether the scheduled submit is enabled */
Expand Down

0 comments on commit 9d4c634

Please sign in to comment.